summaryrefslogtreecommitdiffstats
path: root/src/render/lights
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/lights
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/lights')
-rw-r--r--src/render/lights/qspotlight.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/lights/qspotlight.cpp b/src/render/lights/qspotlight.cpp
index 09335d432..81c18387b 100644
--- a/src/render/lights/qspotlight.cpp
+++ b/src/render/lights/qspotlight.cpp
@@ -116,12 +116,6 @@ QSpotLight::QSpotLight(QSpotLightPrivate &dd, QNode *parent)
}
/*!
- \fn QVector3D Qt3DRender::QSpotLight::attenuation() const
-
- Returns the attenuation of the spot light.
-*/
-
-/*!
\qmlproperty float Qt3D.Render::SpotLight::constantAttenuation
Specifies the constant attenuation of the spot light
*/