From: Vladimír Vondruš Date: Fri, 13 Sep 2024 23:24:55 +0000 (+0200) Subject: documentation/doxygen: don't rely on a Markdown parsing bug in a test. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=299769e2858893b5ef84f65e64b05758b657a125;p=blog.git documentation/doxygen: don't rely on a Markdown parsing bug in a test. This was deemed to be an error in https://github.com/doxygen/doxygen/commit/5f75ff14582400a77068df5ff0f4f0ec0693adee and 1.9.3+ doesn't behave like that anymore. --- diff --git a/documentation/test_doxygen/contents_blocks/index.html b/documentation/test_doxygen/contents_blocks/index.html index 8d24b16e..ef5b0d8f 100644 --- a/documentation/test_doxygen/contents_blocks/index.html +++ b/documentation/test_doxygen/contents_blocks/index.html @@ -22,7 +22,7 @@

My Project

-

First paragraph containing some content.

Paragraph following the sections.

A blockquote

Text right after that blockquote should be a new paragraph.

A paragraph after that list.

Table headerAnotherThird
CellAnother cell3rd
Next rowThis
is a tablereallyyes.
Table caption
Tablewith
tworow
tableheader

This is inside a paragraph.

+

First paragraph containing some content.

Paragraph following the sections.

A blockquote

Text right after that blockquote was a new paragraph before 1.9.3, not anymore.

A paragraph after that list.

Table headerAnotherThird
CellAnother cell3rd
Next rowThis
is a tablereallyyes.
Table caption
Tablewith
tworow
tableheader

This is inside a paragraph.

diff --git a/documentation/test_doxygen/contents_blocks/input.dox b/documentation/test_doxygen/contents_blocks/input.dox index 143c7ae7..81c4effc 100644 --- a/documentation/test_doxygen/contents_blocks/input.dox +++ b/documentation/test_doxygen/contents_blocks/input.dox @@ -17,7 +17,8 @@ Paragraph following the sections. @xrefitem old "Old stuff" "Just old" This is old. > A blockquote -Text right after that blockquote should be a new paragraph. + +Text right after that blockquote was a new paragraph before 1.9.3, not anymore. - A simple - List