summaryrefslogtreecommitdiffstats
path: root/doc/tables.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-12 13:04:38 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-12 13:04:38 (GMT)
commitc82179d0746d806ca1c655ea9a77d1d047d227cc (patch)
tree27c74de3be4eabe994074f04c7c915187cddd779 /doc/tables.doc
parent3e8fe63473b047bf3d48c734750334244e9981a8 (diff)
downloadDoxygen-c82179d0746d806ca1c655ea9a77d1d047d227cc.zip
Doxygen-c82179d0746d806ca1c655ea9a77d1d047d227cc.tar.gz
Doxygen-c82179d0746d806ca1c655ea9a77d1d047d227cc.tar.bz2
Order of commands in `<table>`
Added note about the order of caption versus table rows and the number of table rows.
Diffstat (limited to 'doc/tables.doc')
-rw-r--r--doc/tables.doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tables.doc b/doc/tables.doc
index 5dc166d..6c78696 100644
--- a/doc/tables.doc
+++ b/doc/tables.doc
@@ -28,6 +28,8 @@ For more complex tables the HTML syntax can be used. Doxygen
will process such tables and translate them to the various output formats
(at least for the formats that do support tables such as HTML and \LaTeX).
+Note a table should at least contain 1 row (`<tr>`) and in case a `<caption>` is used the `<caption>` should precede the first row.
+
Here is an example of a complex table:
\verbatim