summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qabstractlight.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-11-04 12:47:51 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-11-23 14:15:40 +0000
commit85ffad3142cd4c3baa0bb77b0674a17287b01534 (patch)
treed0ab865a944d837b965546248b19e1ab69e99a82 /src/render/lights/qabstractlight.cpp
parented9628c87fac466ee6106d12996373ddf56f2c73 (diff)
Doc: Fix QDoc warnings and do further cleanup
Fix the documentation issues that still remained broken after renaming the namespaces/QML modules. Do further cleanup and minor doc editing. Change-Id: Iff38c8c1b99e7f712dc3f9ad07ecd37a747b3a26 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/render/lights/qabstractlight.cpp')
-rw-r--r--src/render/lights/qabstractlight.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/lights/qabstractlight.cpp b/src/render/lights/qabstractlight.cpp
index a5f1a6c47..b0132e43a 100644
--- a/src/render/lights/qabstractlight.cpp
+++ b/src/render/lights/qabstractlight.cpp
@@ -45,7 +45,7 @@ namespace Qt3DRender
/*!
* \qmltype AbstractLight
* \inqmlmodule Qt3D.Render
- * \instantiates QAbstractLight
+ * \instantiates Qt3DRender::QAbstractLight
* \brief Encapsulate a QAbstractLight object in a Qt 3D scene.
* \since 5.3
*/
@@ -92,7 +92,7 @@ QAbstractLight::QAbstractLight(QAbstractLightPrivate &dd, QNode *parent)
/*!
- * \property Qt3DCore::QAbstractLight::color
+ * \property Qt3DRender::QAbstractLight::color
*
* Holds the current QAbstractLight color.
*/
@@ -112,7 +112,7 @@ void QAbstractLight::setColor(const QColor &color)
}
/*!
- \property Qt3DCore::QAbstractLight::intensity
+ \property Qt3DRender::QAbstractLight::intensity
Holds the current QAbstractLight intensity.
*/
@@ -132,7 +132,7 @@ void QAbstractLight::setIntensity(float intensity)
}
/*!
- \property Qt3DCore::QAbstractLight::position
+ \property Qt3DRender::QAbstractLight::position
Holds the current QAbstractLight position.
*/