chiark / gitweb /
doxygen: fix case where pages are subpages of index.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 22:46:10 +0000 (23:46 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 3 Feb 2018 09:51:55 +0000 (10:51 +0100)
commit4f2e7685720d825b41ab899003e78643daafa7a7
tree724d699734e88b095db1e979a66e28043f62a786
parent721cd67e021faea8f193f771469e0407e3410827
doxygen: fix case where pages are subpages of index.

Avoid the assertion, include the index page in the page tree and link to
index.html instead of indexpage.html.
doxygen/dox2html5.py
doxygen/test/page_subpage_of_index/Doxyfile [new file with mode: 0644]
doxygen/test/page_subpage_of_index/input.dox [new file with mode: 0644]
doxygen/test/page_subpage_of_index/page.html [new file with mode: 0644]
doxygen/test/page_subpage_of_index/pages.html [new file with mode: 0644]
doxygen/test/test_page.py