summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-11 09:42:31 (GMT)
committerGitHub <noreply@github.com>2019-08-11 09:42:31 (GMT)
commit41428093841f91d6b67d02d21ad03fc74a7bc069 (patch)
treebf1dd145bad8c527fbc2389197c4bce8875e594d
parent0fb18c7e1b38ed78591cf129453c6c4718520624 (diff)
parentcaf98e28a47f2a9134802efca8b4d5d48c904ab2 (diff)
downloadDoxygen-41428093841f91d6b67d02d21ad03fc74a7bc069.zip
Doxygen-41428093841f91d6b67d02d21ad03fc74a7bc069.tar.gz
Doxygen-41428093841f91d6b67d02d21ad03fc74a7bc069.tar.bz2
Merge pull request #7178 from albert-github/feature/bug_index_missing
Missing tables item in overview
-rw-r--r--doc/index.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/index.doc b/doc/index.doc
index 9afe624..28dea50 100644
--- a/doc/index.doc
+++ b/doc/index.doc
@@ -71,6 +71,7 @@ The first part forms a user manual:
<li>Section \ref markdown show the Markdown formatting supported by doxygen.
<li>Section \ref lists shows how to create lists.
<li>Section \ref grouping shows how to group things together.
+<li>Section \ref tables shows how to insert tables in the documentation.
<li>Section \ref formulas shows how to insert formulas in the documentation.
<li>Section \ref diagrams describes the diagrams and graphs that doxygen can generate.
<li>Section \ref preprocessing explains how doxygen deals with macro definitions.