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 13:35:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 13:35:37 +0300
commitb74601078d08a923241d3b52e065afd663e2ff3f (patch)
tree65b15bc3f85e8866a82fbbd50e62e04721778994 /doc/Doxyfile
parent11e3b6b0b5e107a5aa765c3d5a814f304ca3dafa (diff)
doxygen: readblenfile part of data group
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 d8c18a8ff63..58622b34ff8 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -623,7 +623,8 @@ INPUT = doxygen.main \
../source/blender/makesdna \
../source/blender/makesrna \
../intern/ghost \
- ../source/blender/blenloader
+ ../source/blender/blenloader \
+ ../source/blender/readblenfile
# 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