chiark / gitweb /
doxygen: be compatible with stock HTML output for undocumented symbols.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 15:06:42 +0000 (16:06 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 15:09:11 +0000 (16:09 +0100)
commit2f5b2f5d670d2ff0e1ace34c49a52016a8d4eff5
tree665170365a648211c99a7c914fe9eb5ac6ee8b5b
parent954a324837c7d38daa52972ba7dd1ce3226edaf3
doxygen: be compatible with stock HTML output for undocumented symbols.

In particular, if given compound has neither brief nor detailed docs,
produce output for it only if it's a page or a group (because those need
to be explicitly created). Before only file/dir docs behaved like this,
not namespaces or classes.
doxygen/dox2html5.py
doxygen/test/compound_detailed/File.h
doxygen/test/compound_detailed/File_8h.html
doxygen/test/compound_detailed/namespaceEno.html
doxygen/test/compound_detailed/namespaceFoo.html
doxygen/test/compound_detailed/namespaceType.html
doxygen/test/compound_detailed/namespaceVar.html
doxygen/test/compound_detailed/namespaceWarning.html