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-27 23:35:41 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:35:41 +0300
commitcfd54244ccf06a811476af03dd95ad35248f4ff0 (patch)
tree9ecabfb41a721bb740a554abf1064c48460cc3b7 /source/blender/blenloader/intern/undofile.c
parent1e141725c5d3c09e0a8135b42a174dde3b7ec16a (diff)
doxygen: blender/blenloader tagged.
Diffstat (limited to 'source/blender/blenloader/intern/undofile.c')
-rw-r--r--source/blender/blenloader/intern/undofile.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index 7306db08430..80c4127b214 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -28,6 +28,11 @@
* .blend file reading entry point
*/
+/** \file blender/blenloader/intern/undofile.c
+ * \ingroup blenloader
+ */
+
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>