chiark / gitweb /
doxygen: support C++14 variable templates.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 30 Dec 2018 23:58:40 +0000 (00:58 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 31 Dec 2018 02:32:09 +0000 (03:32 +0100)
commit088e8ef567c2b997a95cb9709cbc38122b4bad47
treecb8360db2f6fb32ddcb4d949e16a7341b22d39f5
parent9eab95f3ee0947c9894f8a8ad5edd3961a0786c2
doxygen: support C++14 variable templates.

Interestingly enough, Doxygen already has the support and I just need
some basic template bureaucracy to get it running.
18 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/templates/details-var.html
doxygen/templates/entry-var.html
doxygen/test/compound_deprecated/namespaceDeprecatedNamespace.html
doxygen/test/compound_detailed/namespaceVar.html
doxygen/test/compound_detailed/structTemplate.html
doxygen/test/compound_listing/classRoot_1_1Directory_1_1Sub_1_1Class.html
doxygen/test/compound_listing/namespaceRoot_1_1Directory.html
doxygen/test/compound_namespace_members_in_file_scope/File_8h.html
doxygen/test/compound_namespace_members_in_file_scope/namespaceNamespace.html
doxygen/test/compound_namespace_members_in_file_scope_define_base_url/File_8h.html
doxygen/test/contents_unexpected_sections/File_8h.html
doxygen/test/cpp_variable_template/Doxyfile [new file with mode: 0644]
doxygen/test/cpp_variable_template/input.h [new file with mode: 0644]
doxygen/test/cpp_variable_template/structBar.html [new file with mode: 0644]
doxygen/test/cpp_variable_template/structFoo.html [new file with mode: 0644]
doxygen/test/test_cpp.py