summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/qdoc-manual-intro.qdoc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-02-01 23:30:08 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-04 01:30:24 +0100
commit8bb5dba0cba4d953794124d7f1b33887d1b5bd8d (patch)
tree42a7971a92ddab645a5a9b9312973f35d489eadb /src/tools/qdoc/doc/qdoc-manual-intro.qdoc
parent6894bc0f3f8a579529dc0a7ab869ce565abd06ad (diff)
Doc: Fix broken links
Change-Id: Ic275dfbf0b332fc34ea0fac1c31c4935ad961527 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/tools/qdoc/doc/qdoc-manual-intro.qdoc')
-rw-r--r--src/tools/qdoc/doc/qdoc-manual-intro.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/qdoc/doc/qdoc-manual-intro.qdoc b/src/tools/qdoc/doc/qdoc-manual-intro.qdoc
index ad3779048a..f681c0a574 100644
--- a/src/tools/qdoc/doc/qdoc-manual-intro.qdoc
+++ b/src/tools/qdoc/doc/qdoc-manual-intro.qdoc
@@ -79,9 +79,8 @@
* /
\endcode
- From the QDoc comment above, QDoc generates the HTML page
- \l {details}
- {QObject Class Reference}.
+ From the QDoc comment above, QDoc generates the HTML \l {QObject}
+ {QObject class reference} page.
This manual explains how to use the QDoc commands in QDoc comments
to embed good documentation in your source files. It also explains