summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-18 14:51:27 (GMT)
committerGitHub <noreply@github.com>2019-08-18 14:51:27 (GMT)
commit5213707f485360bd9145beebe2fab250ca133a02 (patch)
tree59cab5596f28ec6e1ba547d306282650aced172e
parentd09b99aec62d3dad27f76edf87972cffb3ad71fe (diff)
parentc82179d0746d806ca1c655ea9a77d1d047d227cc (diff)
downloadDoxygen-5213707f485360bd9145beebe2fab250ca133a02.zip
Doxygen-5213707f485360bd9145beebe2fab250ca133a02.tar.gz
Doxygen-5213707f485360bd9145beebe2fab250ca133a02.tar.bz2
Merge pull request #7183 from albert-github/feature/bug_tables_docu
Order of commands in `<table>`
-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