summaryrefslogtreecommitdiffstats
path: root/doc/tables.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-08-28 11:00:10 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-08-28 11:00:10 (GMT)
commit564c8cd257e0dd1797d94633a0e92ddc5a496540 (patch)
tree4b72135538af23bda7b116a273a17d990aed4e33 /doc/tables.doc
parent8418d48172b29437ab36fa90691c87734d3ca27c (diff)
downloadDoxygen-564c8cd257e0dd1797d94633a0e92ddc5a496540.zip
Doxygen-564c8cd257e0dd1797d94633a0e92ddc5a496540.tar.gz
Doxygen-564c8cd257e0dd1797d94633a0e92ddc5a496540.tar.bz2
Small documentation corrections
- syntax correction - cross reference between HTML table and Markdown table - removed reference through "here" (problematic in printed documentation, one does not know where to go).
Diffstat (limited to 'doc/tables.doc')
-rw-r--r--doc/tables.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tables.doc b/doc/tables.doc
index 32bd1c0..5dc166d 100644
--- a/doc/tables.doc
+++ b/doc/tables.doc
@@ -18,7 +18,7 @@
Doxygen supports two ways to put tables in the documentation.
-The easiest is to use the Markdown format as shown @ref md_tables "here".
+The easiest is to use the Markdown format as shown in @ref markdown_extra section @ref md_tables.
Although this format is easy to use and read, it is also rather limited.
It supports only a simple grid of cells, while each cell is a
@@ -58,7 +58,7 @@ It has a caption, table heading, various row and column spans,
a nested table as one of the cells, and a item list in another cell.
Note that the end tags (like `</td>`) are left out in the example above.
-This is allowed, and in the HTML output doxygen will be add the end tags again.
+This is allowed, and in the HTML output doxygen will add the end tags again.
The output will look as follows: