chiark / gitweb /
Revert "documentation/doxygen: drop handling for a Doxygen 1.8.15 bug."
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 10 Jan 2022 11:39:14 +0000 (12:39 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 10 Jan 2022 12:05:51 +0000 (13:05 +0100)
commit92b6a005d3c6a3599c995c0be4c268404cecacc7
tree30caff0cf23e5211c7c712a91f0bfce4501e1690
parentc7ee89e74cf96323b7bf14d4c7535b6867d57868
Revert "documentation/doxygen: drop handling for a Doxygen 1.8.15 bug."

Turns out it's not really A Thing Of The Past yet -- the assertion is
firing for different cases and the message of it is utterly confusing.
Repro case for the others in the following commit.

This reverts commit 6bea7027cb2674e4c5f78a527ddab506d9785675.
documentation/doxygen.py
documentation/test_doxygen/contents_brief_multiline_ingroup/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/contents_brief_multiline_ingroup/File.h [new file with mode: 0644]
documentation/test_doxygen/contents_brief_multiline_ingroup/group__thatgroup.html [new file with mode: 0644]
documentation/test_doxygen/contents_brief_multiline_ingroup/group__thatgroup_1815.html [new file with mode: 0644]
documentation/test_doxygen/test_contents.py