chiark / gitweb /
documentation/doxygen: cleanup, test, support overriding the file too.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 18:06:52 +0000 (20:06 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 15 Sep 2024 19:24:31 +0000 (21:24 +0200)
commitd3e6203dad8a5c6a87554f504c924ef36aa80ba6
treead79d8ef46596dc65c445b8c4811e88a3421f4d1
parentbaedbb9456426a1ae7e3278d100ce9d797784a41
documentation/doxygen: cleanup, test, support overriding the file too.

Not just the header name, but also where the link points to. None of
this is possible for namespaces, functions or other symbols, which is a
bit sad, but that's Doxygen we're dealing with here.
17 files changed:
documentation/doxygen.py
documentation/test_doxygen/compound_includes_strip_from_path/Data_8h.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/Library_8h.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/classLibrary_1_1Class.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/dir_d44c64559bbebec7f509842c48db8b23.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/dir_f3b5534f769798fe34f6616e7fe90e4d.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/example_8cpp.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/files.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/input.dox [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/namespaceLibrary.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/namespaceLibrary_1_1Helper.html [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/project/examples/example.cpp [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/project/include/Library/Data.h [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/project/include/Library/Library.h [new file with mode: 0644]
documentation/test_doxygen/compound_includes_strip_from_path/structLibrary_1_1Struct.html [new file with mode: 0644]
documentation/test_doxygen/test_compound.py