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 02:34:07 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-18 02:34:07 +0300
commit9e6e34df6cc5aa9b514d32b42c0732b91f293008 (patch)
treedd5567c18a077329982f1d41ba57ed233c408b5c /source/blender/blenloader/BLO_undofile.h
parentf77051c2fcd49e327d44c1edf92ebe9a4258c6c0 (diff)
Bring blenloader module under data group. Rename the group to look a bit more sensible in the output.
Diffstat (limited to 'source/blender/blenloader/BLO_undofile.h')
-rw-r--r--source/blender/blenloader/BLO_undofile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_undofile.h b/source/blender/blenloader/BLO_undofile.h
index 9ec03c4e4d4..c7f0f7f0d1f 100644
--- a/source/blender/blenloader/BLO_undofile.h
+++ b/source/blender/blenloader/BLO_undofile.h
@@ -31,6 +31,10 @@
#ifndef BLO_UNDOFILE_H
#define BLO_UNDOFILE_H
+/** \file BLO_undofile.h
+ * \ingroup readwrite
+ */
+
typedef struct {
void *next, *prev;