chiark / gitweb /
doxygen: make it possible to hide m.css options from Doxygen.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 17 Jun 2018 10:53:06 +0000 (12:53 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 17 Jun 2018 11:17:46 +0000 (13:17 +0200)
commitc238d5bc27afd5e4bef33a21a5edad4e6948515d
tree4717e512cc1e5adcb3653802d3057212e0912a66
parent2e826f0f36733fce23db103dfab47c1214a62c9e
doxygen: make it possible to hide m.css options from Doxygen.

Makes the output finally bearable.
46 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/test/compound_deprecated/Doxyfile
doxygen/test/compound_detailed/Doxyfile
doxygen/test/compound_filename_case/Doxyfile
doxygen/test/compound_ignored/Doxyfile
doxygen/test/compound_listing/Doxyfile
doxygen/test/compound_modules/Doxyfile
doxygen/test/compound_namespace_members_in_file_scope/Doxyfile
doxygen/test/compound_warnings/Doxyfile
doxygen/test/contents_anchor_in_both_group_and_namespace/Doxyfile
doxygen/test/contents_autobrief_heading/Doxyfile
doxygen/test/contents_autobrief_hr/Doxyfile
doxygen/test/contents_autobrief_multiline/Doxyfile
doxygen/test/contents_blocks/Doxyfile
doxygen/test/contents_code/Doxyfile
doxygen/test/contents_code_language/Doxyfile
doxygen/test/contents_custom/Doxyfile
doxygen/test/contents_image/Doxyfile
doxygen/test/contents_math/Doxyfile
doxygen/test/contents_math_cached/Doxyfile
doxygen/test/contents_section_in_function/Doxyfile
doxygen/test/contents_section_underscore_one/Doxyfile
doxygen/test/contents_tagfile/Doxyfile
doxygen/test/contents_typography/Doxyfile
doxygen/test/cpp_derived/Doxyfile
doxygen/test/cpp_enum_class/Doxyfile
doxygen/test/cpp_template_alias/Doxyfile
doxygen/test/doxyfile/Doxyfile
doxygen/test/doxyfile_upgrade_custom_variables/.gitignore [new file with mode: 0644]
doxygen/test/doxyfile_upgrade_custom_variables/Doxyfile [new file with mode: 0644]
doxygen/test/example/Doxyfile
doxygen/test/layout/Doxyfile
doxygen/test/layout_navbar_single_column/Doxyfile
doxygen/test/layout_search_binary/Doxyfile
doxygen/test/page_brief/Doxyfile
doxygen/test/page_empty_index/Doxyfile
doxygen/test/page_empty_title/Doxyfile
doxygen/test/page_footernavigation/Doxyfile
doxygen/test/page_in_navbar/Doxyfile
doxygen/test/page_order/Doxyfile
doxygen/test/page_subpage_of_index/Doxyfile
doxygen/test/page_toc/Doxyfile
doxygen/test/search/Doxyfile
doxygen/test/search_long_suffix_length/Doxyfile
doxygen/test/test_doxyfile.py