summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qcylindergeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qcylindergeometry.cpp')
-rw-r--r--src/extras/geometries/qcylindergeometry.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/extras/geometries/qcylindergeometry.cpp b/src/extras/geometries/qcylindergeometry.cpp
index c06cb7faf..4aa162859 100644
--- a/src/extras/geometries/qcylindergeometry.cpp
+++ b/src/extras/geometries/qcylindergeometry.cpp
@@ -17,10 +17,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
namespace {
int faceCount(int slices, int rings)
@@ -312,7 +313,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.
@@ -420,7 +421,7 @@ void QCylinderGeometry::setLength(float length)
}
/*!
- * \property QCylinderGeometry::rings
+ * \property Qt3DExtras::QCylinderGeometry::rings
*
* Holds the number of rings in the cylinder.
*/
@@ -431,7 +432,7 @@ int QCylinderGeometry::rings() const
}
/*!
- * \property QCylinderGeometry::slices
+ * \property Qt3DExtras::QCylinderGeometry::slices
*
* Holds the number of slices in the cylinder.
*/
@@ -442,7 +443,7 @@ int QCylinderGeometry::slices() const
}
/*!
- * \property QCylinderGeometry::radius
+ * \property Qt3DExtras::QCylinderGeometry::radius
*
* Holds the radius of the cylinder.
*/
@@ -453,7 +454,7 @@ float QCylinderGeometry::radius() const
}
/*!
- * \property QCylinderGeometry::length
+ * \property Qt3DExtras::QCylinderGeometry::length
*
* Holds the length of the cylinder.
*/
@@ -464,7 +465,7 @@ float QCylinderGeometry::length() const
}
/*!
- * \property QCylinderGeometry::positionAttribute
+ * \property Qt3DExtras::QCylinderGeometry::positionAttribute
*
* Holds the geometry position attribute.
*/
@@ -475,7 +476,7 @@ QAttribute *QCylinderGeometry::positionAttribute() const
}
/*!
- * \property QCylinderGeometry::normalAttribute
+ * \property Qt3DExtras::QCylinderGeometry::normalAttribute
*
* Holds the geometry normal attribute.
*/
@@ -486,7 +487,7 @@ QAttribute *QCylinderGeometry::normalAttribute() const
}
/*!
- * \property QCylinderGeometry::texCoordAttribute
+ * \property Qt3DExtras::QCylinderGeometry::texCoordAttribute
*
* Holds the geometry texture coordinate attribute.
*/
@@ -497,7 +498,7 @@ QAttribute *QCylinderGeometry::texCoordAttribute() const
}
/*!
- * \property QCylinderGeometry::indexAttribute
+ * \property Qt3DExtras::QCylinderGeometry::indexAttribute
*
* Holds the geometry index attribute.
*/