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-18 16:58:08 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 16:58:08 +0300
commitb97ad119b9d868352326b3885fe6ce26f40a8385 (patch)
tree0f193f2ff56551822e71d16d6863924caa01cf5f /doc
parent8856b598fdb411bac0dd65053a1d91093c8cac3b (diff)
doxygen: add blenlib under core as module.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 0776736a5e0..8bf8de71edc 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -625,7 +625,8 @@ INPUT = doxygen.main \
../intern/ghost \
../source/blender/blenloader \
../source/blender/readblenfile \
- ../source/blender/blenkernel
+ ../source/blender/blenkernel \
+ ../source/blender/blenlib
# 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