chiark / gitweb /
documentation/doxygen: parse inline namespaces.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 22:15:10 +0000 (00:15 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 22:27:47 +0000 (00:27 +0200)
commiteacca3e7ba1d58cb529a86462f2a02591fdb3437
tree01d41c8d2c86f6fe31759c8e0d32f8f46e12801f
parent3faf538b20dcffc3ea645e459c3f9445f129a051
documentation/doxygen: parse inline namespaces.
12 files changed:
doc/documentation/doxygen.rst
documentation/doxygen.py
documentation/templates/doxygen/annotated.html
documentation/templates/doxygen/entry-namespace.html
documentation/templates/doxygen/namespace.html
documentation/templates/doxygen/namespaces.html
documentation/test_doxygen/compound_inline_namespace/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/compound_inline_namespace/File.h [new file with mode: 0644]
documentation/test_doxygen/compound_inline_namespace/annotated.html [new file with mode: 0644]
documentation/test_doxygen/compound_inline_namespace/namespaceFoo_1_1Bar.html [new file with mode: 0644]
documentation/test_doxygen/compound_inline_namespace/namespaces.html [new file with mode: 0644]
documentation/test_doxygen/test_compound.py