chiark / gitweb /
documentation/doxygen: don't use <includes> w/o STRIP_FROM_PATH defined.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 19:19:50 +0000 (21:19 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 19:35:49 +0000 (21:35 +0200)
commit319479ef48e4eadd06b5d8b2eb353cac32c29455
tree1f7325d424cd242c2dd79611998a4500d198efd3
parentd3e6203dad8a5c6a87554f504c924ef36aa80ba6
documentation/doxygen: don't use <includes> w/o STRIP_FROM_PATH defined.

The damn thing then just strips all directories and keeps just the leaf
name, which is completely useless. One would think setting
STRIP_FROM_INC_PATH to `.` is the same as leaving it empty, but
apparently not!
doc/documentation/doxygen.rst
documentation/doxygen.py
documentation/test_doxygen/__init__.py
documentation/test_doxygen/compound_listing/Doxyfile
documentation/test_doxygen/compound_listing/Doxyfile-strip-from-path [new file with mode: 0644]
documentation/test_doxygen/test_compound.py