chiark / gitweb /
doxygen: extract deprecation info and show it everywhere.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 2 Feb 2018 23:01:09 +0000 (00:01 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Feb 2018 14:02:58 +0000 (15:02 +0100)
commitb83624c7aa8945e64705691285af5bc64ac455a1
tree2ff70927d9ce471785519d4588a83965a1dfe36c
parent0b71b894066450369e96d363f6311b0e1c1e8840
doxygen: extract deprecation info and show it everywhere.

 * In symbol/filesystem tree listing
 * In member listing
 * In the search
38 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/search.js
doxygen/templates/annotated.html
doxygen/templates/entry-class.html
doxygen/templates/entry-define.html
doxygen/templates/entry-dir.html
doxygen/templates/entry-enum.html
doxygen/templates/entry-file.html
doxygen/templates/entry-func.html
doxygen/templates/entry-module.html
doxygen/templates/entry-namespace.html
doxygen/templates/entry-typedef.html
doxygen/templates/entry-var.html
doxygen/templates/files.html
doxygen/templates/modules.html
doxygen/templates/namespaces.html
doxygen/test/compound_deprecated/DeprecatedFile_8h.html [new file with mode: 0644]
doxygen/test/compound_deprecated/Dir/DeprecatedFile.h [new file with mode: 0644]
doxygen/test/compound_deprecated/Dir/DeprecatedSubdir/File.h [new file with mode: 0644]
doxygen/test/compound_deprecated/Doxyfile [new file with mode: 0644]
doxygen/test/compound_deprecated/annotated.html [new file with mode: 0644]
doxygen/test/compound_deprecated/dir_da5033def2d0db76e9883b31b76b3d0c.html [new file with mode: 0644]
doxygen/test/compound_deprecated/files.html [new file with mode: 0644]
doxygen/test/compound_deprecated/group__group.html [new file with mode: 0644]
doxygen/test/compound_deprecated/modules.html [new file with mode: 0644]
doxygen/test/compound_deprecated/namespaceDeprecatedNamespace.html [new file with mode: 0644]
doxygen/test/compound_deprecated/namespaces.html [new file with mode: 0644]
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1BaseDeprecatedClass.html [new file with mode: 0644]
doxygen/test/compound_deprecated/structDeprecatedNamespace_1_1DeprecatedClass.html [new file with mode: 0644]
doxygen/test/js-test-data/searchdata.b85
doxygen/test/js-test-data/searchdata.bin
doxygen/test/populate-js-test-data.py
doxygen/test/search/DeprecatedDir/DeprecatedFile.h [new file with mode: 0644]
doxygen/test/search/Doxyfile
doxygen/test/test-search.js
doxygen/test/test_compound.py
doxygen/test/test_search.py