summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-04-06 10:11:17 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-04-06 07:43:26 +0000
commitcf9129f19fb180d24f217897cc660ea7c6861e87 (patch)
tree184b157a0a789b4fd0a6897e4d929a015ac630cb
parentb564cefa41ecbda498ad5f332673967fbec1c890 (diff)
downloadqttools-cf9129f19fb180d24f217897cc660ea7c6861e87.tar.gz
qdoc: Fix double backslash in link reference
Change-Id: I888354b968ad666d862871107b7eca69910d27a9 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 8a682affe..3f0033bf0 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -1934,7 +1934,7 @@
\c {\l [QML|CPP|DOC|QtModuleName] {link target} {link text}}
\endlist
- The \e {square bracket} argument is only allowed in the \c {\\l
+ The \e {square bracket} argument is only allowed in the \c {\l
(link)} command. The example above shows how \c QML is used as the
\e {square brackets} argument to force qdoc to match a QML target.
Most often, this will be a QML type, but it can also be a QML