Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-22 22:30:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-22 22:30:37 +0300
commit1f4fc992ef7840931439c161514bff710c6e6dca (patch)
treee021724e015d7a3c791d809f09ef8d3013419a8a /doc
parent86e6c39f60b2b0f1a03d376015bdd6af6f8c76c7 (diff)
doxygen: bge scenegraph and videotexture
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile12
-rw-r--r--doc/doxygen.main7
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e2928537fe7..27894c55bc2 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -632,15 +632,7 @@ INPUT = doxygen.main \
../source/blender/gpu \
../source/blender/avi \
../intern/guardedalloc \
- ../source/gameengine/BlenderRoutines \
- ../source/gameengine/Converter \
- ../source/gameengine/Expressions \
- ../source/gameengine/GameLogic \
- ../source/gameengine/GamePlayer \
- ../source/gameengine/Ketsji \
- ../source/gameengine/Rasterizer \
- ../source/gameengine/Network \
- ../source/gameengine/Physics \
+ ../source/gameengine \
../extern/bullet2
# This tag can be used to specify the character encoding of the source files
@@ -671,7 +663,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = ../source/gameengine/PyDoc
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/doc/doxygen.main b/doc/doxygen.main
index 7f03753d82d..687bb2215d0 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -42,6 +42,7 @@
/** \defgroup bullet Bullet Physics Library
* \ingroup extern
+ * \see \ref bulletdoc
*/
/** \defgroup blenderplayer Blender Player */
@@ -104,6 +105,12 @@
/** \defgroup bgerastogl OpenGL Rasterizer
* \ingroup bgerast
*/
+/** \defgroup bgesg BGE SceneGraph
+ * \ingroup bge
+ */
+/** \defgroup bgevideotex BGE Video Texture
+ * \ingroup bge
+ */
/** \defgroup audaspace Audaspace
* \ingroup intern undoc