chiark / gitweb /
doxygen: new \m_examplenavigation command.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jan 2018 12:48:04 +0000 (13:48 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 18 Jan 2018 12:49:27 +0000 (13:49 +0100)
commitb8bf073eaa1c1c93e80e6bbc7c1a6b780a53698b
tree628ac2f81380ed743e973b216730790ffee141cf
parent15def093f9265d8bb379857a9b4b264a6809154c
doxygen: new \m_examplenavigation command.

This tests the example page for the first time. So I took the
opportunity and also renamed the title suffix to "source" instead of
"example".
12 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/templates/example.html
doxygen/test/example/Doxyfile [new file with mode: 0644]
doxygen/test/example/input.dox [new file with mode: 0644]
doxygen/test/example/path-prefix/CMakeLists.txt [new file with mode: 0644]
doxygen/test/example/path-prefix/configure.h.cmake [new file with mode: 0644]
doxygen/test/example/path-prefix/main.cpp [new file with mode: 0644]
doxygen/test/example/path-prefix_2CMakeLists_8txt-example.html [new file with mode: 0644]
doxygen/test/example/path-prefix_2configure_8h_8cmake-example.html [new file with mode: 0644]
doxygen/test/example/path-prefix_2main_8cpp-example.html [new file with mode: 0644]
doxygen/test/test_example.py [new file with mode: 0644]