chiark / gitweb /
documentation/doxygen: avoid useless detailed docs in some cases.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 17:22:09 +0000 (19:22 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 7 May 2020 18:24:39 +0000 (20:24 +0200)
commit33c62d64c5ef50f05fd686e23e74006ab5b514f8
tree10053e1c3e252d5e47b11e6f4184694649c57599
parent05ea54c68b8891ebff6191c67095a7a44fc84763
documentation/doxygen: avoid useless detailed docs in some cases.

If a class was spread over more files (either because of related
functions or because Doxygen bugs) and SHOW_INCLUDE_FILES was disabled
or the file was not documented, the detailed docs contained nothing
except brief, being useless. Do not add them in that case.
15 files changed:
documentation/doxygen.py
documentation/test_doxygen/compound_includes/Doxyfile
documentation/test_doxygen/compound_includes/First.h
documentation/test_doxygen/compound_includes/Second.h
documentation/test_doxygen/compound_includes/classClass.html
documentation/test_doxygen/compound_includes/namespaceContainsNamespace_1_1ContainsClass.html
documentation/test_doxygen/compound_includes/namespaceSpread.html
documentation/test_doxygen/compound_includes/structSpreadClass.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_disabled/Doxyfile
documentation/test_doxygen/compound_includes_disabled/classClass.html
documentation/test_doxygen/compound_includes_disabled/namespaceSpread.html
documentation/test_doxygen/compound_includes_disabled/structSpreadClass.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_undocumented_files/Doxyfile
documentation/test_doxygen/compound_includes_undocumented_files/Second.h
documentation/test_doxygen/test_compound.py