summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc2
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc b/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
index fa3365fce..372813b16 100644
--- a/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
+++ b/src/qdoc/doc/qdoc-guide/qdoc-guide.qdoc
@@ -209,7 +209,7 @@
\section2 QDoc Index Files
Documentation projects can link to targets in other projects by specifying
- a set of dependencies, or a set of direct paths to to index file(s) this
+ a set of dependencies, or a set of direct paths to index file(s) this
project depends on. When QDoc generates documentation for a project,
it will also generate an \c .index file containing URLs to each linkable
entity in the project. Other projects can then define a dependency to the
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 04ba1462d..9db87dadc 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -2035,11 +2035,11 @@
* /
\endcode
- The target name \e{capturing parentheses} can be linked from
- within the same document containing the target in the following way:
+ The target name \e{capturing parentheses} can be linked to
+ in the following way:
\list
- \li \c {\l {capturing parentheses}} (from within the same QDoc comment)
+ \li \c {\l {capturing parentheses}}
\endlist
\note The brackets in the link example are required because the