From 299769e2858893b5ef84f65e64b05758b657a125 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 14 Sep 2024 01:24:55 +0200 Subject: [PATCH] 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. --- documentation/test_doxygen/contents_blocks/index.html | 2 +- documentation/test_doxygen/contents_blocks/input.dox | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2