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 13:33:14 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-22 13:33:14 +0300
commit5138615554bee47a586209c7f4d3830758ff598e (patch)
treed7f8d6409266901db51dd594f762837d427b5b0a /doc/Doxyfile
parent7729ecc98f0e9890ff0fc7c3a49a516b8807bafc (diff)
doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 94aa9a206f5..e122345288d 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -631,7 +631,13 @@ INPUT = doxygen.main \
../source/blender/modifiers \
../source/blender/gpu \
../source/blender/avi \
- ../intern/guardedalloc
+ ../intern/guardedalloc \
+ ../source/gameengine/BlenderRoutines \
+ ../source/gameengine/Converter \
+ ../source/gameengine/Expressions \
+ ../source/gameengine/GameLogic \
+ ../source/gameengine/GamePlayer \
+ ../source/gameengine/Ketsji
# 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