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 13:35:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 13:35:37 +0300
commitb74601078d08a923241d3b52e065afd663e2ff3f (patch)
tree65b15bc3f85e8866a82fbbd50e62e04721778994 /doc
parent11e3b6b0b5e107a5aa765c3d5a814f304ca3dafa (diff)
doxygen: readblenfile part of data group
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile3
-rw-r--r--doc/doxygen.main4
2 files changed, 6 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
diff --git a/doc/doxygen.main b/doc/doxygen.main
index c5a3ee3dd28..c7db6539cbe 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -87,6 +87,10 @@
* \ingroup data
*/
+/** \defgroup readblenfile readblenfile
+ * \ingroup data
+ */
+
/** \defgroup gui GUI */
/** \defgroup wm windowmanager