summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-08-29 10:58:37 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-30 11:13:54 +0000
commit47e732e710473f6ba795b1821ba81c3d7eb3b77b (patch)
tree1179c8358a0406e0d556c900d17bba78e4581ac4
parenta4b2e86ad7a94aafa9beb03edd98555dd46efe43 (diff)
Doc: Add missing leading asterisk to qdoc command
Not adding a leading asterisk to a qdoc command that is part of a comment style with leading asterisks in the rest of that comment will cause qdoc to produce unexpected results. Adding a leading asterisk to all lines will make qdoc render things as expected. Task-number: QTBUG-116494 Change-Id: I7a507965f94a0c143f88c7c0b29c298c1dfcfc03 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> (cherry picked from commit c8557d719b251dd660f410334fc57630a612227e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/extras/geometries/qconegeometry.cpp2
-rw-r--r--src/extras/geometries/qconemesh.cpp2
-rw-r--r--src/extras/geometries/qcuboidgeometry.cpp2
-rw-r--r--src/extras/geometries/qcuboidmesh.cpp2
-rw-r--r--src/extras/geometries/qcylindergeometry.cpp2
-rw-r--r--src/extras/geometries/qcylindermesh.cpp2
-rw-r--r--src/extras/geometries/qplanegeometry.cpp2
-rw-r--r--src/extras/geometries/qplanemesh.cpp2
-rw-r--r--src/extras/geometries/qspheregeometry.cpp2
-rw-r--r--src/extras/geometries/qspheremesh.cpp2
-rw-r--r--src/extras/geometries/qtorusgeometry.cpp2
-rw-r--r--src/extras/geometries/qtorusmesh.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/extras/geometries/qconegeometry.cpp b/src/extras/geometries/qconegeometry.cpp
index 627be3338..606da49b6 100644
--- a/src/extras/geometries/qconegeometry.cpp
+++ b/src/extras/geometries/qconegeometry.cpp
@@ -3,7 +3,7 @@
/*!
* \class Qt3DExtras::QConeGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QConeGeometry
* \inmodule Qt3DExtras
* \brief The QConeGeometry class allows creation of a cone in 3D space.
diff --git a/src/extras/geometries/qconemesh.cpp b/src/extras/geometries/qconemesh.cpp
index 60bede77e..a1419f1ec 100644
--- a/src/extras/geometries/qconemesh.cpp
+++ b/src/extras/geometries/qconemesh.cpp
@@ -65,7 +65,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QConeMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QConeMesh
* \inmodule Qt3DExtras
*
diff --git a/src/extras/geometries/qcuboidgeometry.cpp b/src/extras/geometries/qcuboidgeometry.cpp
index 954a5d39e..65bea0a81 100644
--- a/src/extras/geometries/qcuboidgeometry.cpp
+++ b/src/extras/geometries/qcuboidgeometry.cpp
@@ -536,7 +536,7 @@ QByteArray QCuboidGeometryPrivate::generateIndexData() const
/*!
* \class Qt3DExtras::QCuboidGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QCuboidGeometry
* \inmodule Qt3DExtras
* \brief The QCuboidGeometry class allows creation of a cuboid in 3D space.
diff --git a/src/extras/geometries/qcuboidmesh.cpp b/src/extras/geometries/qcuboidmesh.cpp
index 509bfd4d6..0b66f315a 100644
--- a/src/extras/geometries/qcuboidmesh.cpp
+++ b/src/extras/geometries/qcuboidmesh.cpp
@@ -60,7 +60,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QCuboidMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QCuboidMesh
* \inmodule Qt3DExtras
*
diff --git a/src/extras/geometries/qcylindergeometry.cpp b/src/extras/geometries/qcylindergeometry.cpp
index c06cb7faf..7cb2624d8 100644
--- a/src/extras/geometries/qcylindergeometry.cpp
+++ b/src/extras/geometries/qcylindergeometry.cpp
@@ -312,7 +312,7 @@ QByteArray QCylinderGeometryPrivate::generateIndexData() const
/*!
* \class Qt3DExtras::QCylinderGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QCylinderGeometry
* \inmodule Qt3DExtras
* \brief The QCylinderGeometry class allows creation of a cylinder in 3D space.
diff --git a/src/extras/geometries/qcylindermesh.cpp b/src/extras/geometries/qcylindermesh.cpp
index f0098ef1e..87058fa6f 100644
--- a/src/extras/geometries/qcylindermesh.cpp
+++ b/src/extras/geometries/qcylindermesh.cpp
@@ -54,7 +54,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QCylinderMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QCylinderMesh
* \inmodule Qt3DExtras
*
diff --git a/src/extras/geometries/qplanegeometry.cpp b/src/extras/geometries/qplanegeometry.cpp
index 6d0199e07..776f91aef 100644
--- a/src/extras/geometries/qplanegeometry.cpp
+++ b/src/extras/geometries/qplanegeometry.cpp
@@ -176,7 +176,7 @@ QByteArray createPlaneIndexData(const QSize &resolution)
/*!
* \class Qt3DExtras::QPlaneGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QPlaneGeometry
* \inmodule Qt3DExtras
* \brief The QPlaneGeometry class allows creation of a plane in 3D space.
diff --git a/src/extras/geometries/qplanemesh.cpp b/src/extras/geometries/qplanemesh.cpp
index 2b02210dd..af574fddf 100644
--- a/src/extras/geometries/qplanemesh.cpp
+++ b/src/extras/geometries/qplanemesh.cpp
@@ -45,7 +45,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QPlaneMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QPlaneMesh
* \inmodule Qt3DExtras
*
diff --git a/src/extras/geometries/qspheregeometry.cpp b/src/extras/geometries/qspheregeometry.cpp
index f078cd9ab..480fe2296 100644
--- a/src/extras/geometries/qspheregeometry.cpp
+++ b/src/extras/geometries/qspheregeometry.cpp
@@ -292,7 +292,7 @@ QByteArray QSphereGeometryPrivate::generateIndexData() const
/*!
* \class Qt3DExtras::QSphereGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QSphereGeometry
* \inmodule Qt3DExtras
* \brief The QSphereGeometry class allows creation of a sphere in 3D space.
diff --git a/src/extras/geometries/qspheremesh.cpp b/src/extras/geometries/qspheremesh.cpp
index 92c382541..34cf4181b 100644
--- a/src/extras/geometries/qspheremesh.cpp
+++ b/src/extras/geometries/qspheremesh.cpp
@@ -44,7 +44,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QSphereMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QSphereMesh
* \inmodule Qt3DExtras
*
diff --git a/src/extras/geometries/qtorusgeometry.cpp b/src/extras/geometries/qtorusgeometry.cpp
index 3e303953b..c55553f57 100644
--- a/src/extras/geometries/qtorusgeometry.cpp
+++ b/src/extras/geometries/qtorusgeometry.cpp
@@ -269,7 +269,7 @@ QByteArray QTorusGeometryPrivate::generateIndexData() const
/*!
* \class Qt3DExtras::QTorusGeometry
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QTorusGeometry
* \inmodule Qt3DExtras
* \brief The QTorusGeometry class allows creation of a torus in 3D space.
diff --git a/src/extras/geometries/qtorusmesh.cpp b/src/extras/geometries/qtorusmesh.cpp
index fb4b4f49e..7b5c94f20 100644
--- a/src/extras/geometries/qtorusmesh.cpp
+++ b/src/extras/geometries/qtorusmesh.cpp
@@ -48,7 +48,7 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QTorusMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QTorusMesh
* \inmodule Qt3DExtras
*