diff options
author | Topi Reinio <[email protected]> | 2014-03-17 12:18:12 +0100 |
---|---|---|
committer | Topi Reiniƶ <[email protected]> | 2014-03-17 14:53:01 +0100 |
commit | 627e2b48072794e9b8cb0f817dd08c0678f60b17 (patch) | |
tree | 778c491ed598618b0845992b9cde21c05d924549 /doc/src/widgets/qtdesigner-plugins.qdoc | |
parent | 332caf38be59a45d4ee6066e6684ed714f71c0a9 (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 <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'doc/src/widgets/qtdesigner-plugins.qdoc')
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index b93232a8387..0b18eaaeb39 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 |