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-21 09:58:46 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-21 09:58:46 +0300
commit8c8ae3dedf0da0c3ea8e15b37a1f57a856d89206 (patch)
tree3c2d04a266d790ffecfa19f8e9993790ea100b7c /doc/Doxyfile
parentff84ad3151316dffd74282e97d02e3bb76cfca4c (diff)
doxygen: entry for gpu, modifiers, nodes, python and render
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 8bf8de71edc..83b5188ff41 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -626,7 +626,11 @@ INPUT = doxygen.main \
../source/blender/blenloader \
../source/blender/readblenfile \
../source/blender/blenkernel \
- ../source/blender/blenlib
+ ../source/blender/blenlib \
+ ../source/blender/render \
+ ../source/blender/nodes \
+ ../source/blender/modifiers \
+ ../source/blender/gpu
# 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