summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.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/docblocks.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/docblocks.doc')
-rw-r--r--doc/docblocks.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index f073de5..3b42506 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -601,15 +601,15 @@ Markdown is designed to be very easy to read and write.
It's formatting is inspired by plain text mail.
Markdown works great for simple, generic formatting, like an introduction
page for your project. Doxygen also supports reading of markdown files
-directly. See \ref markdown "here" for more details regards Markdown support.
+directly. For more details see chapter \ref markdown.
For programming language specific formatting doxygen has two
forms of additional markup on top of Markdown formatting.
1. <a href="http://en.wikipedia.org/wiki/Javadoc">Javadoc</a> like markup.
- See \ref cmd_intro "here" for a complete overview of all commands supported by doxygen.
+ See \ref commands for a complete overview of all commands supported by doxygen.
2. <a href="http://en.wikipedia.org/wiki/C_Sharp_(programming_language)#XML_documentation_system">XML</a> markup
- as specified in the C# standard. See \ref xmlcmds "here" for the XML commands supported by doxygen.
+ as specified in the C# standard. See \ref xmlcmds for the XML commands supported by doxygen.
If this is still not enough doxygen also supports a \ref htmlcmds "subset" of
the <a href="http://en.wikipedia.org/wiki/HTML">HTML</a> markup language.