chiark / gitweb /
doxygen: initial support for modules.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 17:50:12 +0000 (18:50 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 17:55:34 +0000 (18:55 +0100)
commitd5c8023f6bed181e78d1f0f21f575f60ac18707d
tree1d087b986adb4505c3a1325699fadf2927560436
parent3013648667c059610f2706003526c753f33a8a4a
doxygen: initial support for modules.

Module reference, module index, detecting module hierarchy for
breadcrumb and index.
13 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/templates/base-reference.html
doxygen/templates/entry-module.html [new file with mode: 0644]
doxygen/templates/group.html [new file with mode: 0644]
doxygen/templates/modules.html [new file with mode: 0644]
doxygen/test/compound_modules/Doxyfile [new file with mode: 0644]
doxygen/test/compound_modules/group__group.html [new file with mode: 0644]
doxygen/test/compound_modules/group__group2.html [new file with mode: 0644]
doxygen/test/compound_modules/group__subgroup.html [new file with mode: 0644]
doxygen/test/compound_modules/input.h [new file with mode: 0644]
doxygen/test/compound_modules/modules.html [new file with mode: 0644]
doxygen/test/test_compound.py