chiark / gitweb /
doxygen: initial client-side search implementation.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 23 Jan 2018 09:35:16 +0000 (10:35 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 3 Feb 2018 09:51:55 +0000 (10:51 +0100)
commitfffe7cf354d9f7e41acad26c41963f30e4e95219
tree1cf89f90b4992ceeeb1726fe4da1900d8fb13901
parent8257bd7554f5b897dfc86bac1021ba400ea3c347
doxygen: initial client-side search implementation.
71 files changed:
artwork/README.rst
artwork/magnifier.svg [new file with mode: 0644]
css/m-dark+doxygen.compiled.css
css/m-dark.doxygen.compiled.css
css/m-doxygen.css
css/m-light+doxygen.compiled.css
css/m-light.doxygen.compiled.css
doc/doxygen.rst
doxygen/.gitignore
doxygen/dox2html5.py
doxygen/search.js [new file with mode: 0644]
doxygen/templates/base.html
doxygen/test/compound_detailed/Doxyfile
doxygen/test/compound_ignored/Doxyfile
doxygen/test/compound_listing/Class_8h.html
doxygen/test/compound_listing/Doxyfile
doxygen/test/compound_listing/File_8h.html
doxygen/test/compound_listing/annotated.html
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
doxygen/test/compound_listing/dir_4b0d5f8864bf89936129251a2d32609b.html
doxygen/test/compound_listing/dir_bbe5918fe090eee9db2d9952314b6754.html
doxygen/test/compound_listing/files.html
doxygen/test/compound_listing/namespaceAnother.html
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html
doxygen/test/compound_listing/namespaces.html
doxygen/test/compound_listing/page-no-toc.html
doxygen/test/compound_listing/pages.html
doxygen/test/compound_modules/Doxyfile
doxygen/test/compound_modules/group__group.html
doxygen/test/compound_modules/group__group2.html
doxygen/test/compound_modules/group__subgroup.html
doxygen/test/compound_modules/modules.html
doxygen/test/compound_warnings/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_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_minimal/index.html
doxygen/test/layout_navbar_single_column/Doxyfile
doxygen/test/layout_navbar_single_column/index.html
doxygen/test/layout_search_binary/Doxyfile [new file with mode: 0644]
doxygen/test/layout_search_binary/index.html [new file with mode: 0644]
doxygen/test/layout_search_binary/indexpage.xml [new file with mode: 0644]
doxygen/test/page_brief/Doxyfile
doxygen/test/page_empty_index/Doxyfile
doxygen/test/page_footernavigation/Doxyfile
doxygen/test/page_in_navbar/Doxyfile
doxygen/test/page_in_navbar/page-b.html
doxygen/test/page_in_navbar/page-in-navbar.html
doxygen/test/page_order/Doxyfile
doxygen/test/page_toc/Doxyfile
doxygen/test/populate-js-test-data.py [new file with mode: 0755]
doxygen/test/search/Dir/File.h [new file with mode: 0644]
doxygen/test/search/Doxyfile [new file with mode: 0644]
doxygen/test/search/UndocumentedDir/UndocumentedFile.h [new file with mode: 0644]
doxygen/test/search/example.cpp [new file with mode: 0644]
doxygen/test/search/input.dox [new file with mode: 0644]
doxygen/test/test-search.js [new file with mode: 0644]
doxygen/test/test_doxyfile.py
doxygen/test/test_layout.py
doxygen/test/test_search.py