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
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/Doxyfile
parenteac95abdf2087ad6dbacf088cb22dd1efebfc247 (diff)
doxygen: BGE Network, Physics, Rasterizer
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile5
1 files changed, 4 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