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