From cd27e676280141ddf7491bdc40eaf668d5ce9009 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 14 Sep 2024 01:38:35 +0200 Subject: [PATCH] documentation/doxygen: avoid another version-specific parsing behavior. While the empty paragraph made 1.8.16 turn the second item into a paragraph as well, 1.12 now treats that as the end of the list. Use another sentence instead, which behaves the same on both. --- documentation/test_doxygen/contents_blocks/index.html | 2 +- documentation/test_doxygen/contents_blocks/input.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/test_doxygen/contents_blocks/index.html b/documentation/test_doxygen/contents_blocks/index.html index ef5b0d8f..bf8a8aff 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 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.

+

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 81c4effc..1e8a7e90 100644 --- a/documentation/test_doxygen/contents_blocks/input.dox +++ b/documentation/test_doxygen/contents_blocks/input.dox @@ -46,7 +46,7 @@ Text right after that blockquote was a new paragraph before 1.9.3, not anymore. - Another item -

+ with another paragraph - A sub list -- 2.30.2