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 15:42:55 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-22 15:42:55 +0300
commit79f79e0cacd0dbf2b7202cdf929487b6825aa715 (patch)
treebf5238128b2ba711a795e3c5f43ec82ca9f4a9c7 /doc
parenteac95abdf2087ad6dbacf088cb22dd1efebfc247 (diff)
doxygen: BGE Network, Physics, Rasterizer
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile5
-rw-r--r--doc/doxygen.main25
2 files changed, 29 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index e122345288d..a7a24c881fc 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -637,7 +637,10 @@ INPUT = doxygen.main \
../source/gameengine/Expressions \
../source/gameengine/GameLogic \
../source/gameengine/GamePlayer \
- ../source/gameengine/Ketsji
+ ../source/gameengine/Ketsji \
+ ../source/gameengine/Rasterizer \
+ ../source/gameengine/Network \
+ ../source/gameengine/Physics
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/doc/doxygen.main b/doc/doxygen.main
index a24c6d86449..290851c7a9c 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -6,6 +6,7 @@
*
* These pages document the source code of blender.
*
+ *
* For more information on using Blender browse to http://www.blender.org
*
*/
@@ -70,6 +71,30 @@
/** \defgroup ketsjinet Ketsji Network
* \ingroup ketsji
*/
+/** \defgroup bgenet Network
+ * \ingroup bge
+ */
+/** \defgroup bgenetlb Loopback Network
+ * \ingroup bgenet
+ */
+/** \defgroup phys Physics
+ * \ingroup bge
+ */
+/** \defgroup physbullet Bullet Physics
+ * \ingroup phys
+ */
+/** \defgroup physdummy Dummy Physics (none)
+ * \ingroup phys
+ */
+/** \defgroup bgerast Rasterizer
+ * \ingroup bge
+ */
+/** \defgroup bgerastoglfilters OpenGL Filters
+ * \ingroup bgerast
+ */
+/** \defgroup bgerastogl OpenGL Rasterizer
+ * \ingroup bgerast
+ */
/** \defgroup audaspace Audaspace
* \ingroup intern undoc