chiark / gitweb /
documentation/doxygen: this warning isn't related to any file.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 17:59:42 +0000 (19:59 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 16 Sep 2024 19:36:16 +0000 (21:36 +0200)
commit083c7a87dcca80027a4bc9c5e6db3bab4babffb0
tree0a50bdfce48004dcba6e2db0ead2cedb206f2621
parent9491c025bf52b43f92335368baa8c89810c20746
documentation/doxygen: this warning isn't related to any file.

It may get printed when preprocessing the state from all files (building
parent/child hierarchies, etc), listing a random file for that is
extremely confusing.

Well, the whole message is extremely confusing, so let's redo it,
suggest a fix and also have a test for it, instead of excluding it from
coverage.
documentation/doxygen.py
documentation/test_doxygen/__init__.py
documentation/test_doxygen/compound_no_full_path_names/doc/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/compound_no_full_path_names/files.html [new file with mode: 0644]
documentation/test_doxygen/compound_no_full_path_names/project/directory/sub.h [new file with mode: 0644]
documentation/test_doxygen/compound_no_full_path_names/project/root.h [new file with mode: 0644]
documentation/test_doxygen/test_compound.py