chiark / gitweb /
documentation/doxygen: repro case & fix for a blockquote in brief.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 10 Jan 2022 12:02:47 +0000 (13:02 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 10 Jan 2022 12:12:48 +0000 (13:12 +0100)
commit1f969feffef7b76bda5ec30d35c5e8a1f0a23982
tree21427bc154cb63ea753107a3f2c23eb1b709baed
parent92b6a005d3c6a3599c995c0be4c268404cecacc7
documentation/doxygen: repro case & fix for a blockquote in brief.

Amazing. Such a *tiny* piece of functionality with a clear goal,
providing a single-line brief with no block elements. And yet this is
like the 50th bug I came across, so far.
documentation/doxygen.py
documentation/test_doxygen/contents_autobrief_blockquote/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/contents_autobrief_blockquote/File.h [new file with mode: 0644]
documentation/test_doxygen/contents_autobrief_blockquote/File_8h.html [new file with mode: 0644]
documentation/test_doxygen/test_contents.py