summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qcylindermesh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qcylindermesh.cpp')
-rw-r--r--src/extras/geometries/qcylindermesh.cpp19
1 files changed, 13 insertions, 6 deletions
diff --git a/src/extras/geometries/qcylindermesh.cpp b/src/extras/geometries/qcylindermesh.cpp
index f0098ef1e..5473e2beb 100644
--- a/src/extras/geometries/qcylindermesh.cpp
+++ b/src/extras/geometries/qcylindermesh.cpp
@@ -17,15 +17,19 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
/*!
* \qmltype CylinderMesh
* \instantiates Qt3DExtras::QCylinderMesh
* \inqmlmodule Qt3D.Extras
* \brief A cylindrical mesh.
+ *
+ * This component can be used to render a cylinder when combined with a
+ * material component.
*/
/*!
@@ -54,13 +58,16 @@ namespace Qt3DExtras {
/*!
* \class Qt3DExtras::QCylinderMesh
- \ingroup qt3d-extras-geometries
+ * \ingroup qt3d-extras-geometries
* \inheaderfile Qt3DExtras/QCylinderMesh
* \inmodule Qt3DExtras
*
* \inherits Qt3DRender::QGeometryRenderer
*
* \brief A cylindrical mesh.
+ *
+ * This component can be used to render a cylinder when combined with a
+ * material component.
*/
/*!
@@ -104,7 +111,7 @@ void QCylinderMesh::setLength(float length)
}
/*!
- * \property QCylinderMesh::rings
+ * \property Qt3DExtras::QCylinderMesh::rings
*
* Holds the number of rings in the mesh.
*/
@@ -114,7 +121,7 @@ int QCylinderMesh::rings() const
}
/*!
- * \property QCylinderMesh::slices
+ * \property Qt3DExtras::QCylinderMesh::slices
*
* Holds the number of slices in the mesh.
*/
@@ -124,7 +131,7 @@ int QCylinderMesh::slices() const
}
/*!
- * \property QCylinderMesh::radius
+ * \property Qt3DExtras::QCylinderMesh::radius
*
* Holds the radius of the cylinder.
*/
@@ -134,7 +141,7 @@ float QCylinderMesh::radius() const
}
/*!
- * \property QCylinderMesh::length
+ * \property Qt3DExtras::QCylinderMesh::length
*
* Holds the length of the cylinder.
*/