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:
Diffstat (limited to 'source/blender/blenloader/intern/readblenentry.c')
-rw-r--r--source/blender/blenloader/intern/readblenentry.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c
index 834d36c924f..eda0ac1c375 100644
--- a/source/blender/blenloader/intern/readblenentry.c
+++ b/source/blender/blenloader/intern/readblenentry.c
@@ -28,6 +28,11 @@
* .blend file reading entry point
*/
+/** \file blender/blenloader/intern/readblenentry.c
+ * \ingroup blenloader
+ */
+
+
#include <stddef.h>
#include "BLI_storage.h" /* _LARGEFILE_SOURCE */