summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qmaterial.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@theqtcompany.com>2016-01-20 06:21:10 +0200
committerTomi Korpipää <tomi.korpipaa@theqtcompany.com>2016-01-20 11:08:08 +0000
commit03dc44479b8cfff3946dcb5a16a7f450cbf78ce7 (patch)
treeca125c5e5f0286a343cbefc6960c155dd8b19e12 /src/render/materialsystem/qmaterial.cpp
parent4d70b9af0049562cfb8cc12ebb68f3281fc96c69 (diff)
Added skeleton docs to geometry classes
Change-Id: I312b3f1eed1578899319cfc30b9bad143c5c467e Task-number: QTBUG-46037 Reviewed-by: Pasi Keränen <pasi.keranen@theqtcompany.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/materialsystem/qmaterial.cpp')
-rw-r--r--src/render/materialsystem/qmaterial.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/render/materialsystem/qmaterial.cpp b/src/render/materialsystem/qmaterial.cpp
index ceb16db57..ac7db1e23 100644
--- a/src/render/materialsystem/qmaterial.cpp
+++ b/src/render/materialsystem/qmaterial.cpp
@@ -43,6 +43,13 @@
#include <Qt3DCore/qscenepropertychange.h>
/*!
+ * \qmltype Material
+ * \instantiates Qt3DRender::QMaterial
+ * \inqmlmodule Qt3D.Render
+ * \brief Non-creatable abstract base for materials.
+ */
+
+/*!
* \class Qt3DRender::QMaterial
* \inmodule Qt3DRender
*