chiark / gitweb /
doxygen: bundle a matching favicon by default.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 6 May 2018 12:54:34 +0000 (14:54 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 6 May 2018 13:03:00 +0000 (15:03 +0200)
commit389e5ba81ef758200215254a2b2bfe46149a0845
tree71fbcb2ac29090dbbac5496f0846ee4872bff53a
parenta253c324f33516876e70610ce403a3f123c02d0f
doxygen: bundle a matching favicon by default.
47 files changed:
artwork/favicon.svg
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/favicon-dark.png [new file with mode: 0644]
doxygen/favicon-light.png [new file with mode: 0644]
doxygen/templates/base.html
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_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_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/example/Doxyfile
doxygen/test/layout/Doxyfile
doxygen/test/layout/pages.html
doxygen/test/layout_generated_doxyfile/index.html
doxygen/test/layout_minimal/index.html
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/test_doxyfile.py
doxygen/test/test_layout.py