From: Vladimír Vondruš Date: Wed, 6 Dec 2017 22:46:59 +0000 (+0100) Subject: doxygen: verify that empty table cells work. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=7be801bd5766a0afe0ebc076b8c1bcd5d4bd01a1;p=blog.git doxygen: verify that empty table cells work. Nope. It asserts. --- 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. */