summaryrefslogtreecommitdiffstats
path: root/src/render/lights
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@theqtcompany.com>2016-01-19 09:30:18 +0200
committerPasi Keränen <pasi.keranen@theqtcompany.com>2016-01-19 10:51:18 +0000
commit4aeadb92130ce650bf5f137071d7777783eaa0e8 (patch)
tree55838592f049a5dfd778f09b2a0cc4c5c950d3d2 /src/render/lights
parente2b88264cc623202362bf6221aaa6717c0a57494 (diff)
Fixed some documentation warnings
Change-Id: I5055043641a1916dde47ad614d8ab7a5788fd93b Task-number: QTBUG-46037 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com> Reviewed-by: Pasi Keränen <pasi.keranen@theqtcompany.com>
Diffstat (limited to 'src/render/lights')
-rw-r--r--src/render/lights/qlight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qlight.cpp b/src/render/lights/qlight.cpp
index 77cf4efe1..ee912ed00 100644
--- a/src/render/lights/qlight.cpp
+++ b/src/render/lights/qlight.cpp
@@ -45,7 +45,7 @@ namespace Qt3DRender
/*!
* \qmltype Light
* \inqmlmodule Qt3D.Render
- * \instantiates QLight
+ * \instantiates Qt3DRender::QLight
* \brief Encapsulate a QLight object in a Qt 3D scene.
* \since 5.6
*/