summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-25 17:37:19 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-26 11:51:46 +0100
commitc0704c2091d603e67ba42bff8c4a6c9717deb8a4 (patch)
treef0f30f67d419a02607e967b73328352f139ae8c4 /doc/config
parente7778d147065cdae79d79d87e1c9b9ab0839954d (diff)
downloadqt-creator-c0704c2091d603e67ba42bff8c4a6c9717deb8a4.tar.gz
Doc: use cross-linking to Qt module documentation
Replace links to "\l{http://qt-project.org/doc/" with links to topic titles. Remove links where QDoc creates them automatically based on the .index files. Add the .index files for the modules that are discussed in the Qt Creator Manual. Note: the links will only be generated if the Qt used to build the docs contains the linked modules and documentation (.index file) has been generated for them. Change-Id: Ibe624bf3773e7c854c03ebba4db406be0b4a7b90 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qtcreator-project.qdocconf15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index e7bc6a8ea7..e73ab8ba1f 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -10,7 +10,20 @@ exampledirs = $SRCDIR/examples \
indexes += $QT_INSTALL_DOCS/qtwidgets/qtwidgets.index \
$QT_INSTALL_DOCS/qtcore/qtcore.index \
$QT_INSTALL_DOCS/qtqml/qtqml.index \
- $QT_INSTALL_DOCS/qtquick/qtquick.index
+ $QT_INSTALL_DOCS/qtquick/qtquick.index \
+ $QT_INSTALL_DOCS/qmake/qmake.index \
+ $QT_INSTALL_DOCS/qtdesigner/qtdesigner.index \
+ $QT_INSTALL_DOCS/qtdoc/qtdoc.index \
+ $QT_INSTALL_DOCS/qtgui/qtgui.index \
+ $QT_INSTALL_DOCS/qthelp/qthelp.index \
+ $QT_INSTALL_DOCS/qtquickcontrols/qtquickcontrols.index \
+ $QT_INSTALL_DOCS/qtquicklayouts/qtquicklayouts.index \
+ $QT_INSTALL_DOCS/qtlinguist/qtlinguist.index \
+ $QT_INSTALL_DOCS/qtscript/qtscript.index \
+ $QT_INSTALL_DOCS/qtsensors/qtsensors.index \
+ $QT_INSTALL_DOCS/qtuitools/qtuitools.index \
+ $QT_INSTALL_DOCS/qtwebkit/qtwebkit.index \
+ $QT_INSTALL_DOCS/qtxml/qtxml.index
include(macros.qdocconf)
include(qt-cpp-ignore.qdocconf)