summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-02-09 14:51:27 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2018-02-28 12:41:20 +0000
commiteedad5e4737072b99b112a51e08b35b4038dbf95 (patch)
tree0520440645386c0c9bea5e80b428f466aea8fd0b /src/render/materialsystem
parent9f7e98db85bdd57350104eeb417233a55b4f1129 (diff)
Doc: Fix documentation warnings for Qt 3D Render
This change fixes multiple QDoc warnings for Qt 3D Render that are related to how Clang parses the source code and the \fn QDoc commands. A number of changes are related to preventing documentation for private classes from generating warnings. We still have a number of 'No documentation for ...' warnings left - those are not addressed in this change. Change-Id: Ic92a729496a81e7869060811ed7dd23408cff833 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/render/materialsystem')
-rw-r--r--src/render/materialsystem/qgraphicsapifilter.cpp13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/render/materialsystem/qgraphicsapifilter.cpp b/src/render/materialsystem/qgraphicsapifilter.cpp
index 119a294ac..a94018360 100644
--- a/src/render/materialsystem/qgraphicsapifilter.cpp
+++ b/src/render/materialsystem/qgraphicsapifilter.cpp
@@ -123,15 +123,6 @@ QGraphicsApiFilterPrivate *QGraphicsApiFilterPrivate::get(QGraphicsApiFilter *q)
\brief For OpenGL identifies the API required for the attached technique
*/
-/*!
- \enum QGraphicsApiFilter::OpenGLProfile
-
- This enum identifies the type of profile required
- \value NoProfile
- \value CoreProfile
- \value CompatibilityProfile
-*/
-
/*! \fn Qt3DRender::QGraphicsApiFilter::QGraphicsApiFilter(QObject *parent)
Constructs a new QGraphicsApiFilter with the specified \a parent.
*/
@@ -154,7 +145,9 @@ QGraphicsApiFilter::~QGraphicsApiFilter()
*/
/*!
- \enum Qt3DRender::QGraphicsApiFilter::Profile
+ \enum Qt3DRender::QGraphicsApiFilter::OpenGLProfile
+
+ This enum identifies the type of profile required.
\value NoProfile QSurfaceFormat::NoProfile
\value CoreProfile QSurfaceFormat::CoreProfile