summaryrefslogtreecommitdiffstats
path: root/src/core/doc
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-12-21 18:15:46 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-12-22 12:17:04 +0100
commitf24b719c2989aa92b00feb595f31b7200082920a (patch)
treea3a7188675d98d3897592535b2026da186123ed5 /src/core/doc
parent2443eb24e9a88071e647efab1fb3dc14e7920989 (diff)
Document the namespace to ensure classes in it get docs generated
Also add the qml and quick dependencies. Change-Id: I1a9b9202bc4b2292bb26f92fcd8a9b8593d283e6 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/doc')
-rw-r--r--src/core/doc/qt3dcore.qdocconf6
-rw-r--r--src/core/doc/src/qt3dcore-module.qdoc8
2 files changed, 11 insertions, 3 deletions
diff --git a/src/core/doc/qt3dcore.qdocconf b/src/core/doc/qt3dcore.qdocconf
index c2907b22c..66833ef97 100644
--- a/src/core/doc/qt3dcore.qdocconf
+++ b/src/core/doc/qt3dcore.qdocconf
@@ -26,10 +26,10 @@ qhp.Qt3DCore.subprojects.classes.sortPages = true
tagfile = ../../../doc/qt3dcore/qt3dcore.tags
-depends += qtcore qtdoc
+depends += qtcore qtqml qtquick qtdoc
-headerdirs += ..
-sourcedirs += ..
+headerdirs += ..
+sourcedirs += ..
exampledirs += src/snippets
#excludedirs +=
diff --git a/src/core/doc/src/qt3dcore-module.qdoc b/src/core/doc/src/qt3dcore-module.qdoc
index 99634638b..b29d29393 100644
--- a/src/core/doc/src/qt3dcore-module.qdoc
+++ b/src/core/doc/src/qt3dcore-module.qdoc
@@ -50,3 +50,11 @@
The Qt3D Core module provides the foundations and core types used for near-realtime
simulations built on the Qt3D framework.
*/
+
+/*!
+ \namespace Qt3D
+ \inmodule Qt3DCore
+
+ The Qt3D namespace contains classes and types that are in the foundation of the Qt3D simulation
+ framework.
+*/