But not all, the base.html is taken from the fallback.
11 | {% if compound.description %}
12 | {{ compound.description }}
13 | {% endif %}
14 | {% endblock %}
15 |
--------------------------------------------------------------------------------
/documentation/test_doxygen/compound_modules_in_namespace/Doxyfile:
--------------------------------------------------------------------------------
1 | INPUT = file1.h file2.h file3.h
2 | QUIET = YES
3 | GENERATE_HTML = NO
4 | GENERATE_LATEX = NO
5 | GENERATE_XML = YES
6 | XML_PROGRAMLISTING = NO
7 | XML_NS_MEMB_FILE_SCOPE = YES
8 | CASE_SENSE_NAMES = YES
9 |
10 | ##! M_PAGE_FINE_PRINT =
11 | ##! M_THEME_COLOR =
12 | ##! M_FAVICON =
13 | ##! M_LINKS_NAVBAR1 =
14 | ##! M_LINKS_NAVBAR2 =
15 | ##! M_SEARCH_DISABLED = YES
16 |
--------------------------------------------------------------------------------
/documentation/test_doxygen/layout_navbar_project_logo_main_project_url/indexpage.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 | {% endif %}
8 |
--------------------------------------------------------------------------------
/documentation/test_doxygen/page_empty_index/Doxyfile:
--------------------------------------------------------------------------------
1 | INPUT = input.dox
2 | QUIET = YES
3 | GENERATE_HTML = NO
4 | GENERATE_LATEX = NO
5 | GENERATE_XML = YES
6 | XML_PROGRAMLISTING = NO
7 | CASE_SENSE_NAMES = YES
8 |
9 | # Keeping the default M_PAGE_FINE_PRINT to test that no "Doxygen version 0" is
10 | # added to the footer.
11 |
12 | ##! M_THEME_COLOR =
13 | ##! M_FAVICON =
14 | ##! M_LINKS_NAVBAR1 =
15 | ##! M_LINKS_NAVBAR2 =
16 | ##! M_SEARCH_DISABLED = YES
17 |
--------------------------------------------------------------------------------
/documentation/test_python/pybind_name_mapping/sub.cpp:
--------------------------------------------------------------------------------
1 | #include