chiark / gitweb /
Initial implementation of the Doxygen theme generator.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 18 Nov 2017 17:42:00 +0000 (18:42 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 Dec 2017 01:23:41 +0000 (02:23 +0100)
commitc5f3cc2f44b388b7cd5dd45efc1afaaeb78f0dc0
tree01099fd00c64032a34853b28caf61631b43747d3
parent5cc0123a908a569abcc2dc3cd6d7ca69a05da0b7
Initial implementation of the Doxygen theme generator.
118 files changed:
css/m-dark+doxygen.compiled.css [new file with mode: 0644]
css/m-dark.doxygen.compiled.css [new file with mode: 0644]
css/m-doxygen.css [new file with mode: 0644]
css/m-light+doxygen.compiled.css [new file with mode: 0644]
css/m-light.doxygen.compiled.css [new file with mode: 0644]
doc/doxygen-test.rst [new file with mode: 0644]
doc/doxygen.rst [new file with mode: 0644]
doc/static/m-doxygen.css [new symlink]
doxygen/.gitignore [new file with mode: 0644]
doxygen/dox2html5.py [new file with mode: 0755]
doxygen/templates/.kateconfig [new file with mode: 0644]
doxygen/templates/annotated.html [new file with mode: 0644]
doxygen/templates/base-class-reference.html [new file with mode: 0644]
doxygen/templates/base-index.html [new file with mode: 0644]
doxygen/templates/base-reference.html [new file with mode: 0644]
doxygen/templates/base.html [new file with mode: 0644]
doxygen/templates/class.html [new file with mode: 0644]
doxygen/templates/details-define.html [new file with mode: 0644]
doxygen/templates/details-enum.html [new file with mode: 0644]
doxygen/templates/details-func.html [new file with mode: 0644]
doxygen/templates/details-typedef.html [new file with mode: 0644]
doxygen/templates/details-var.html [new file with mode: 0644]
doxygen/templates/dir.html [new file with mode: 0644]
doxygen/templates/entry-class.html [new file with mode: 0644]
doxygen/templates/entry-define.html [new file with mode: 0644]
doxygen/templates/entry-dir.html [new file with mode: 0644]
doxygen/templates/entry-enum.html [new file with mode: 0644]
doxygen/templates/entry-file.html [new file with mode: 0644]
doxygen/templates/entry-func.html [new file with mode: 0644]
doxygen/templates/entry-namespace.html [new file with mode: 0644]
doxygen/templates/entry-typedef.html [new file with mode: 0644]
doxygen/templates/entry-var.html [new file with mode: 0644]
doxygen/templates/example.html [new file with mode: 0644]
doxygen/templates/file.html [new file with mode: 0644]
doxygen/templates/files.html [new file with mode: 0644]
doxygen/templates/namespace.html [new file with mode: 0644]
doxygen/templates/namespaces.html [new file with mode: 0644]
doxygen/templates/page.html [new file with mode: 0644]
doxygen/templates/pages.html [new file with mode: 0644]
doxygen/templates/struct.html [new file with mode: 0644]
doxygen/templates/union.html [new file with mode: 0644]
doxygen/test/README.rst [new file with mode: 0644]
doxygen/test/__init__.py [new file with mode: 0644]
doxygen/test/compound_detailed/Doxyfile [new file with mode: 0644]
doxygen/test/compound_detailed/File.h [new file with mode: 0644]
doxygen/test/compound_detailed/File_8h.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceEno.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceFoo.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceNamee.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceType.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceVar.html [new file with mode: 0644]
doxygen/test/compound_detailed/namespaceWarning.html [new file with mode: 0644]
doxygen/test/compound_detailed/structTemplate.html [new file with mode: 0644]
doxygen/test/compound_detailed/structTemplateWarning.html [new file with mode: 0644]
doxygen/test/compound_detailed/structTemplate_3_01void_01_4.html [new file with mode: 0644]
doxygen/test/compound_listing/Another/Some.h [new file with mode: 0644]
doxygen/test/compound_listing/Class_8h.html [new file with mode: 0644]
doxygen/test/compound_listing/Directory/File.h [new file with mode: 0644]
doxygen/test/compound_listing/Directory/Sub/Class.h [new file with mode: 0644]
doxygen/test/compound_listing/Doxyfile [new file with mode: 0644]
doxygen/test/compound_listing/File_8h.html [new file with mode: 0644]
doxygen/test/compound_listing/Root.h [new file with mode: 0644]
doxygen/test/compound_listing/TopLevelFile.h [new file with mode: 0644]
doxygen/test/compound_listing/annotated.html [new file with mode: 0644]
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html [new file with mode: 0644]
doxygen/test/compound_listing/dir_4b0d5f8864bf89936129251a2d32609b.html [new file with mode: 0644]
doxygen/test/compound_listing/dir_bbe5918fe090eee9db2d9952314b6754.html [new file with mode: 0644]
doxygen/test/compound_listing/files.html [new file with mode: 0644]
doxygen/test/compound_listing/input.dox [new file with mode: 0644]
doxygen/test/compound_listing/namespaceAnother.html [new file with mode: 0644]
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html [new file with mode: 0644]
doxygen/test/compound_listing/namespaces.html [new file with mode: 0644]
doxygen/test/compound_listing/page-no-toc.html [new file with mode: 0644]
doxygen/test/compound_listing/page-toc.html [new file with mode: 0644]
doxygen/test/contents_blocks/Doxyfile [new file with mode: 0644]
doxygen/test/contents_blocks/index.html [new file with mode: 0644]
doxygen/test/contents_blocks/input.dox [new file with mode: 0644]
doxygen/test/contents_blocks/todo.html [new file with mode: 0644]
doxygen/test/contents_code/Doxyfile [new file with mode: 0644]
doxygen/test/contents_code/index.html [new file with mode: 0644]
doxygen/test/contents_code/input.dox [new file with mode: 0644]
doxygen/test/contents_code/warnings.html [new file with mode: 0644]
doxygen/test/contents_image/Doxyfile [new file with mode: 0644]
doxygen/test/contents_image/index.html [new file with mode: 0644]
doxygen/test/contents_image/input.dox [new file with mode: 0644]
doxygen/test/contents_image/tiny.png [new file with mode: 0644]
doxygen/test/contents_image/warnings.html [new file with mode: 0644]
doxygen/test/contents_math/Doxyfile [new file with mode: 0644]
doxygen/test/contents_math/index.html [new file with mode: 0644]
doxygen/test/contents_math/input.dox [new file with mode: 0644]
doxygen/test/contents_tagfile/Doxyfile [new file with mode: 0644]
doxygen/test/contents_tagfile/index.html [new file with mode: 0644]
doxygen/test/contents_tagfile/input.dox [new file with mode: 0644]
doxygen/test/contents_typography/Doxyfile [new file with mode: 0644]
doxygen/test/contents_typography/index.html [new file with mode: 0644]
doxygen/test/contents_typography/input.dox [new file with mode: 0644]
doxygen/test/contents_typography/warnings.html [new file with mode: 0644]
doxygen/test/doxyfile/Doxyfile [new file with mode: 0644]
doxygen/test/doxyfile/Doxyfile-another [new file with mode: 0644]
doxygen/test/page_duplicated_brief/Doxyfile [new file with mode: 0644]
doxygen/test/page_duplicated_brief/input.dox [new file with mode: 0644]
doxygen/test/page_duplicated_brief/page-a.html [new file with mode: 0644]
doxygen/test/page_duplicated_brief/page-b.html [new file with mode: 0644]
doxygen/test/page_order/00-page-order.dox [new file with mode: 0644]
doxygen/test/page_order/01-second.dox [new file with mode: 0644]
doxygen/test/page_order/02-last.dox [new file with mode: 0644]
doxygen/test/page_order/03-first.dox [new file with mode: 0644]
doxygen/test/page_order/Doxyfile [new file with mode: 0644]
doxygen/test/page_order/a-subpage.dox [new file with mode: 0644]
doxygen/test/page_order/other-page.dox [new file with mode: 0644]
doxygen/test/page_order/pages.html [new file with mode: 0644]
doxygen/test/page_order/yet-another-subpage.dox [new file with mode: 0644]
doxygen/test/test_compound.py [new file with mode: 0644]
doxygen/test/test_contents.py [new file with mode: 0644]
doxygen/test/test_doxyfile.py [new file with mode: 0644]
doxygen/test/test_page.py [new file with mode: 0644]
pelican-theme/templates/base.html
site/pelicanconf.py