summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-02-14 16:35:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-16 11:02:23 +0100
commitecf3c5ae06a05e66eaeee018ba3f5ae103bce106 (patch)
treed1d87bff3518e0e011718d97b567a2f47eba1f53 /src/plugins
parent65e8f1808818ff6e04aeaaf6da88af20a9321882 (diff)
Add examples doc & fix doc a bit.
Create new qdoc examples doc to reference our four showcase examples: cube, lander, monkeygod and shaders. There was an issue with the shaders tutorial because even tho' this is under a seperate directory qdoc pulls them all into the same namespace with the \example tag so this had to be changed to shadertut. Also began fixing qdoc errors but there is a huge pile and this fix needs to go in. Task-number: QTBUG-24135 Change-Id: Iddedc5cee8f6e255ccbb234f1458986a6f834b40 Reviewed-by: Julian de Bhal <julian.debhal@nokia.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sceneformats/3ds/qgl3dsscene.cpp1
-rw-r--r--src/plugins/sceneformats/assimp/qaiscene.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/sceneformats/3ds/qgl3dsscene.cpp b/src/plugins/sceneformats/3ds/qgl3dsscene.cpp
index 7ad7636a1..f8aeaa8a5 100644
--- a/src/plugins/sceneformats/3ds/qgl3dsscene.cpp
+++ b/src/plugins/sceneformats/3ds/qgl3dsscene.cpp
@@ -77,6 +77,7 @@ QGL3dsScene::QGL3dsScene(Lib3dsFile *file, QGL3dsSceneHandler *h)
}
/*!
+ \internal
\reimp
Destroy this QGL3dsScene, recovering all resources.
diff --git a/src/plugins/sceneformats/assimp/qaiscene.cpp b/src/plugins/sceneformats/assimp/qaiscene.cpp
index c1de1282f..d982585bb 100644
--- a/src/plugins/sceneformats/assimp/qaiscene.cpp
+++ b/src/plugins/sceneformats/assimp/qaiscene.cpp
@@ -74,6 +74,7 @@ QAiScene::QAiScene(const aiScene *scene, QAiSceneHandler *handler)
}
/*!
+ \internal
\reimp
Destroy this QAiScene, recovering all resources.