summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qconegeometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qconegeometry.cpp')
-rw-r--r--src/extras/geometries/qconegeometry.cpp27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/extras/geometries/qconegeometry.cpp b/src/extras/geometries/qconegeometry.cpp
index 627be3338..5618b0029 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.
@@ -31,10 +31,11 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3DCore;
namespace Qt3DExtras {
+using namespace Qt3DCore;
+
namespace {
int faceCount(int slices, int rings, int capCount)
@@ -431,66 +432,66 @@ void QConeGeometry::updateIndices()
}
/*!
- * \property QConeGeometry::hasTopEndcap
+ * \property Qt3DExtras::QConeGeometry::hasTopEndcap
*
* Determines if the cone top is capped or open.
*/
/*!
- * \property QConeGeometry::hasBottomEndcap
+ * \property Qt3DExtras::QConeGeometry::hasBottomEndcap
*
* Determines if the cone bottom is capped or open.
*/
/*!
- * \property QConeGeometry::rings
+ * \property Qt3DExtras::QConeGeometry::rings
*
* Holds the number of rings in the geometry.
*/
/*!
- * \property QConeGeometry::slices
+ * \property Qt3DExtras::QConeGeometry::slices
*
* Holds the number of slices in the geometry.
*/
/*!
- * \property QConeGeometry::topRadius
+ * \property Qt3DExtras::QConeGeometry::topRadius
*
* Holds the top radius of the cone.
*/
/*!
- * \property QConeGeometry::bottomRadius
+ * \property Qt3DExtras::QConeGeometry::bottomRadius
*
* Holds the bottom radius of the cone.
*/
/*!
- * \property QConeGeometry::length
+ * \property Qt3DExtras::QConeGeometry::length
*
* Holds the length of the cone.
*/
/*!
- * \property QConeGeometry::positionAttribute
+ * \property Qt3DExtras::QConeGeometry::positionAttribute
*
* Holds the geometry position attribute.
*/
/*!
- * \property QConeGeometry::normalAttribute
+ * \property Qt3DExtras::QConeGeometry::normalAttribute
*
* Holds the geometry normal attribute.
*/
/*!
- * \property QConeGeometry::texCoordAttribute
+ * \property Qt3DExtras::QConeGeometry::texCoordAttribute
*
* Holds the geometry texture coordinate attribute.
*/
/*!
- * \property QConeGeometry::indexAttribute
+ * \property Qt3DExtras::QConeGeometry::indexAttribute
*
* Holds the geometry index attribute.
*/