summaryrefslogtreecommitdiff
path: root/docs/theme/extra
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-07-23 09:40:12 -0700
committerDylan Baker <dylan@pnwbakers.com>2025-10-24 22:20:49 -0700
commit6aefc92c33f7bef17c338aa3e456dc45ca41058a (patch)
treefce85244140e726204387e380fd5b9f29c2c24fa /docs/theme/extra
parentf4650db5b06371eeb37005245366325723eadf9e (diff)
downloadmeson-6aefc92c33f7bef17c338aa3e456dc45ca41058a.tar.gz
modules/codegen: Add wrapper for lex/flex/reflex
This module is a bit of a dumping ground for code generators, particularly ones that are important and non-trivial to wrap, either due to multiple implementations, major command line changes, or complex outputs (such as those that may output a directory structure). The initially provided method is for lex. It provides a simple wrapper that handles win_flex, reflex, flex, and generic lex.
Diffstat (limited to 'docs/theme/extra')
-rw-r--r--docs/theme/extra/templates/navbar_links.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/theme/extra/templates/navbar_links.html b/docs/theme/extra/templates/navbar_links.html
index 65a21a260..f16489896 100644
--- a/docs/theme/extra/templates/navbar_links.html
+++ b/docs/theme/extra/templates/navbar_links.html
@@ -7,6 +7,7 @@
<ul class="dropdown-menu" id="modules-menu">
@for tup in [ \
("CMake-module.html","CMake"), \
+ ("Codegen-module.html","Codegen"), \
("Cuda-module.html","CUDA"), \
("Dlang-module.html","Dlang"), \
("External-Project-module.html","External Project"), \