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:
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile12
1 files changed, 2 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