summaryrefslogtreecommitdiffstats
path: root/src/extras
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-06 12:39:42 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-06 13:51:28 +0000
commitfdd85c5f3c4b1102e8a2ceea42782bae0b0e5076 (patch)
tree7180e2a56248e76d05249bc46b9180ecd6010777 /src/extras
parent56b8be847e9ebb1d9287df150f0cbe398eed94d6 (diff)
Doc: Fix incorrect module/type names in \qmlproperty commands
Multiple \qmlproperty commands used a non-existent module identifier, or the name of the C++ module in place of the QML one. Also, in some instances, the C++ type name was used in \qmlproperty signature. Fixing these also makes a number of QML properties appear in the generated docs. Pick-to: 6.6 6.5 Change-Id: I452361d3b0397d3ce405a2fb28577c37a24f02e3 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/extras')
-rw-r--r--src/extras/3dtext/qextrudedtextmesh.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extras/3dtext/qextrudedtextmesh.cpp b/src/extras/3dtext/qextrudedtextmesh.cpp
index e6e80a787..b7ba4b560 100644
--- a/src/extras/3dtext/qextrudedtextmesh.cpp
+++ b/src/extras/3dtext/qextrudedtextmesh.cpp
@@ -18,13 +18,13 @@ namespace Qt3DExtras {
*/
/*!
- * \qmlproperty QString Qt3DExtras::ExtrudedTextMesh::text
+ * \qmlproperty QString Qt3D.Extras::ExtrudedTextMesh::text
*
* Holds the text used for the mesh.
*/
/*!
- * \qmlproperty QFont Qt3DExtras::ExtrudedTextMesh::font
+ * \qmlproperty QFont Qt3D.Extras::ExtrudedTextMesh::font
*
* Holds the font of the text.
@@ -34,7 +34,7 @@ namespace Qt3DExtras {
*/
/*!
- * \qmlproperty float Qt3DExtras::ExtrudedTextMesh::depth
+ * \qmlproperty float Qt3D.Extras::ExtrudedTextMesh::depth
*
* Holds the extrusion depth of the text.
*/