summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-10-13 14:55:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-10-13 14:55:47 (GMT)
commit6bb9ee4fee7eb850594f89638a492b0c2f60a68d (patch)
treeacbfd12b59facbc4a770284c452e92b554467935 /doc/markdown.doc
parent57f1a23aa6c42e9d83b5c34794305171ae0a24d9 (diff)
downloadDoxygen-6bb9ee4fee7eb850594f89638a492b0c2f60a68d.zip
Doxygen-6bb9ee4fee7eb850594f89638a492b0c2f60a68d.tar.gz
Doxygen-6bb9ee4fee7eb850594f89638a492b0c2f60a68d.tar.bz2
Allow @ref to unlabeled markdown page by name, i.e. @ref mypage.md
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index afd1add..9f70a52 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -445,6 +445,12 @@ when processed by doxygen:
Documentation that will appear on the main page
+If a page has a label you can link to it using \ref cmdref "\@ref" as
+is shown above. To refer to a markdown page without
+such label you can simple use the file name of the page, e.g.
+
+ See [the other page](@ref other.md) for more info.
+
\subsection md_html_blocks Treatment of HTML blocks
Markdown is quite strict in the way it processes block-level HTML: