summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2022-09-02 09:38:04 +0200
committerKai Koehne <kai.koehne@qt.io>2022-09-23 13:28:33 +0000
commitb23f3d6c92b10f68973dff05338fcb7eaadc46a3 (patch)
tree72d68be8419c3a01f87ff1fe9f1236e655180155
parentec096480758557f8278b56d8768dc198f7848573 (diff)
qdoc: fix typo in variable name in documentation
Pick-to: 6.4 6.2 Change-Id: I9975638bff93e4d46e922ea0a864ea724cd4555a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-qdocconf.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-qdocconf.qdoc b/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
index 747bd8b35..26a16df9c 100644
--- a/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
+++ b/src/qdoc/doc/qdoc-manual-qdocconf.qdoc
@@ -344,7 +344,7 @@
\endcode
With above, QDoc will search for a file
- \c {$T_INSTALL_DOCS/qtdoc/qtdoc.index} for a dependency to \c qtdoc.
+ \c {$QT_INSTALL_DOCS/qtdoc/qtdoc.index} for a dependency to \c qtdoc.
If an index file for a dependency is not found, QDoc will output a
warning.