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 02:34:07 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 02:34:07 +0300
commit9e6e34df6cc5aa9b514d32b42c0732b91f293008 (patch)
treedd5567c18a077329982f1d41ba57ed233c408b5c /doc
parentf77051c2fcd49e327d44c1edf92ebe9a4258c6c0 (diff)
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile3
-rw-r--r--doc/doxygen.main6
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 7cf8401b5b2..d8c18a8ff63 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -622,7 +622,8 @@ INPUT = doxygen.main \
../source/blender/windowmanager \
../source/blender/makesdna \
../source/blender/makesrna \
- ../intern/ghost
+ ../intern/ghost \
+ ../source/blender/blenloader
# 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 a34eb9d888d..c5a3ee3dd28 100644
--- a/doc/doxygen.main
+++ b/doc/doxygen.main
@@ -72,7 +72,7 @@
* \todo add to doxygen
*/
-/** \defgroup data DNA and RNA */
+/** \defgroup data DNA, RNA and .blend access*/
/** \defgroup GHOST GHOST API */
@@ -83,6 +83,10 @@
* \ingroup data
*/
+/** \defgroup readwrite .blend read and write functions
+ * \ingroup data
+ */
+
/** \defgroup gui GUI */
/** \defgroup wm windowmanager