aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/widgets
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-03-17 12:18:12 +0100
committerTopi Reiniƶ <topi.reinio@digia.com>2014-03-17 14:53:01 +0100
commit627e2b48072794e9b8cb0f817dd08c0678f60b17 (patch)
tree778c491ed598618b0845992b9cde21c05d924549 /doc/src/widgets
parent332caf38be59a45d4ee6066e6684ed714f71c0a9 (diff)
Doc: Use the page title for linking to index.html
Because the Qt Creator documentation depends on Qt reference docs for linking, qdoc will generate a collision page for index.html as it exists in both. This change prevents linking to the collision page in the navigation links by using the page title as the link target instead of the file name. Task-number: QTCREATORBUG-11035 Change-Id: I5638e09b60543dc2068b0e4a269f8f72d4655b48 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r--doc/src/widgets/qtdesigner-app-tutorial.qdoc2
-rw-r--r--doc/src/widgets/qtdesigner-overview.qdoc2
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
index 852efc9c9d..1ab5c66497 100644
--- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -23,7 +23,7 @@
// **********************************************************************
/*!
- \contentspage index.html
+ \contentspage {Qt Creator Manual}
\previouspage creator-qml-application.html
\page creator-writing-program.html
\nextpage creator-android-app-tutorial.html
diff --git a/doc/src/widgets/qtdesigner-overview.qdoc b/doc/src/widgets/qtdesigner-overview.qdoc
index 4be1ded78d..989e65a1a3 100644
--- a/doc/src/widgets/qtdesigner-overview.qdoc
+++ b/doc/src/widgets/qtdesigner-overview.qdoc
@@ -23,7 +23,7 @@
// **********************************************************************
/*!
- \contentspage index.html
+ \contentspage {Qt Creator Manual}
\previouspage creator-qml-modules-with-plugins.html
\page creator-using-qt-designer.html
\nextpage adding-plugins.html
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc
index b93232a838..0b18eaaeb3 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -23,7 +23,7 @@
// **********************************************************************
/*!
- \contentspage index.html
+ \contentspage {Qt Creator Manual}
\previouspage creator-using-qt-designer.html
\page adding-plugins.html
\nextpage creator-usability.html