summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-02-14 10:43:12 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2018-02-14 11:55:38 +0000
commitc58d834f39b0524b357f515b9466ce17d4f40631 (patch)
tree65e41c15485b685c09a5f0a36e1dfec09e424e70 /doc
parented624a36fc35bcb7f76e8e0e1f54df6a2e679b3f (diff)
Correct links to Presentation QML Element
Corrected links to Presentation QML Element in Qt3D Studio QML documentation. Task-number: QT3DS-853 Change-Id: Ie6d2b0213583e229fbc6b42c16115f040f11b7f1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/06-qml-reference/DataInput.qdoc2
-rw-r--r--doc/src/06-qml-reference/Element.qdoc2
-rw-r--r--doc/src/06-qml-reference/Presentation.qdoc3
-rw-r--r--doc/src/06-qml-reference/SceneElement.qdoc2
4 files changed, 6 insertions, 3 deletions
diff --git a/doc/src/06-qml-reference/DataInput.qdoc b/doc/src/06-qml-reference/DataInput.qdoc
index d8723b47..ed1e0759 100644
--- a/doc/src/06-qml-reference/DataInput.qdoc
+++ b/doc/src/06-qml-reference/DataInput.qdoc
@@ -33,7 +33,7 @@
This type is a convenience type for controlling a data input in a presentation.
- \sa Studio3D, Presentation
+ \sa Studio3D, {Qml Presentation}
*/
/*!
diff --git a/doc/src/06-qml-reference/Element.qdoc b/doc/src/06-qml-reference/Element.qdoc
index f79388b6..0be7f35f 100644
--- a/doc/src/06-qml-reference/Element.qdoc
+++ b/doc/src/06-qml-reference/Element.qdoc
@@ -35,7 +35,7 @@
All methods provided by this type are queued and handled asynchronously before the next
frame is displayed.
- \sa Studio3D, Presentation, SceneElement
+ \sa Studio3D, {Qml Presentation}, SceneElement
*/
/*!
diff --git a/doc/src/06-qml-reference/Presentation.qdoc b/doc/src/06-qml-reference/Presentation.qdoc
index 77a2262e..1addf969 100644
--- a/doc/src/06-qml-reference/Presentation.qdoc
+++ b/doc/src/06-qml-reference/Presentation.qdoc
@@ -28,6 +28,9 @@
/*!
\qmltype Presentation
\inqmlmodule QtStudio3D
+
+ \keyword Qml Presentation
+
\brief Control type for Qt 3D Studio presentations.
This type provides properties and methods for controlling a presentation.
diff --git a/doc/src/06-qml-reference/SceneElement.qdoc b/doc/src/06-qml-reference/SceneElement.qdoc
index d20751ce..2bb05e74 100644
--- a/doc/src/06-qml-reference/SceneElement.qdoc
+++ b/doc/src/06-qml-reference/SceneElement.qdoc
@@ -37,7 +37,7 @@
All methods provided by this type are queued and handled asynchronously before the next
frame is displayed.
- \sa Studio3D, Presentation
+ \sa Studio3D, {Qml Presentation}
*/
/*!