The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.3 KiB

@require(page)
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Modules <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="modules-menu">
@for tup in (("Gnome-module.html","GNOME"), \
("i18n-module.html","i18n"), \
("Pkgconfig-module.html","Pkgconfig"), \
("Python-module.html","Python"), \
("Python-3-module.html","Python 3"), \
("Qt4-module.html","Qt4"), \
("Qt5-module.html","Qt5"), \
("RPM-module.html","RPM"), \
("SourceSet-module.html","SourceSet"), \
("Windows-module.html","Windows"), \
("Hotdoc-module.html","Hotdoc")):
<li>
<a href="@tup[0]">@tup[1]</a>
</li>
@end
</ul>
</li>
\
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Quick References <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="quick-refs-menu">
@for tup in (("Reference-manual.html", "Functions"), \
("Build-options.html", "Options"), \
("Configuration.html", "Configuration"), \
("Dependencies.html", "Dependencies"), \
("Unit-tests.html", "Tests"), \
("Syntax.html", "Syntax")):
<li>
<a href="@tup[0]">@tup[1]</a>
</li>
@end
</ul>
</li>