chiark / gitweb /
doxygen: option to show undocumented symbols.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 24 Feb 2019 19:06:36 +0000 (20:06 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 29 Mar 2019 12:44:31 +0000 (13:44 +0100)
commit3044b35e325928d1c5c78ea1ec5ca912bfca56f0
tree98e462798d4311f6ffd69644527f430d3c1b6057
parentdba9ff5835d6b914ce30911be234a4641d2b734f
doxygen: option to show undocumented symbols.

Done simply as a preprocessing step by populating the <briefdescription>
for each symbol that has neither <briefdescription> nor
<detaileddescription> with an empty <span>. That's all.
14 files changed:
doc/doxygen.rst
doxygen/dox2html5.py
doxygen/test/test_doxyfile.py
doxygen/test/test_undocumented.py [new file with mode: 0644]
doxygen/test/undocumented/Directory/File.h [new file with mode: 0644]
doxygen/test/undocumented/Doxyfile [new file with mode: 0644]
doxygen/test/undocumented/File_8h.html [new file with mode: 0644]
doxygen/test/undocumented/annotated.html [new file with mode: 0644]
doxygen/test/undocumented/classClass.html [new file with mode: 0644]
doxygen/test/undocumented/dir_4b0d5f8864bf89936129251a2d32609b.html [new file with mode: 0644]
doxygen/test/undocumented/files.html [new file with mode: 0644]
doxygen/test/undocumented/group__group.html [new file with mode: 0644]
doxygen/test/undocumented/namespaceNamespace.html [new file with mode: 0644]
doxygen/test/undocumented/structNamespace_1_1ClassInANamespace.html [new file with mode: 0644]