From 7be801bd5766a0afe0ebc076b8c1bcd5d4bd01a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 6 Dec 2017 23:46:59 +0100 Subject: [PATCH] doxygen: verify that empty table cells work. Nope. It asserts. --- doxygen/test/contents_blocks/index.html | 2 +- doxygen/test/contents_blocks/input.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/test/contents_blocks/index.html b/doxygen/test/contents_blocks/index.html index 2cb7ea84..f57c09c6 100644 --- a/doxygen/test/contents_blocks/index.html +++ b/doxygen/test/contents_blocks/index.html @@ -39,7 +39,7 @@

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 rowYupThis
is a tablereallyyes.
+

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.
diff --git a/doxygen/test/contents_blocks/input.dox b/doxygen/test/contents_blocks/input.dox index 604d7ff2..5b026f25 100644 --- a/doxygen/test/contents_blocks/input.dox +++ b/doxygen/test/contents_blocks/input.dox @@ -56,7 +56,7 @@ A paragraph after that list. Table header | Another | Third --------------- | ------------- | ----- Cell | Another cell | 3rd -Next row | Yup | This +Next row | | This is a table | *really* | yes. */ -- 2.30.2