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
parent1e141725c5d3c09e0a8135b42a174dde3b7ec16a (diff)
doxygen: blender/blenloader tagged.
-rw-r--r--source/blender/blenloader/BLO_readfile.h2
-rw-r--r--source/blender/blenloader/BLO_soundfile.h2
-rw-r--r--source/blender/blenloader/BLO_sys_types.h4
-rw-r--r--source/blender/blenloader/BLO_undofile.h2
-rw-r--r--source/blender/blenloader/BLO_writefile.h2
-rw-r--r--source/blender/blenloader/intern/readblenentry.c5
-rw-r--r--source/blender/blenloader/intern/readfile.c5
-rw-r--r--source/blender/blenloader/intern/readfile.h5
-rw-r--r--source/blender/blenloader/intern/undofile.c5
-rw-r--r--source/blender/blenloader/intern/writefile.c5
10 files changed, 31 insertions, 6 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 024bff98c0f..681e014c2ec 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -30,7 +30,7 @@
#define BLO_READFILE_H
/** \file BLO_readfile.h
- * \ingroup readwrite
+ * \ingroup blenloader
* \brief external readfile function prototypes.
*/
diff --git a/source/blender/blenloader/BLO_soundfile.h b/source/blender/blenloader/BLO_soundfile.h
index ae6b4138e03..9db299e0a9f 100644
--- a/source/blender/blenloader/BLO_soundfile.h
+++ b/source/blender/blenloader/BLO_soundfile.h
@@ -30,7 +30,7 @@
#define BLO_SOUNDFILE_H
/** \file BLO_soundfile.h
- * \ingroup readwrite
+ * \ingroup blenloader
*/
#include "DNA_sound_types.h"
diff --git a/source/blender/blenloader/BLO_sys_types.h b/source/blender/blenloader/BLO_sys_types.h
index b230b0e5624..d56723ec1c5 100644
--- a/source/blender/blenloader/BLO_sys_types.h
+++ b/source/blender/blenloader/BLO_sys_types.h
@@ -27,8 +27,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file BLO_sys_types.h
- * \ingroup readwrite
+/** \file blenloader/BLO_sys_types.h
+ * \ingroup blenloader
*
* A platform-independent definition of [u]intXX_t
* Plus the accompanying header include for htonl/ntohl
diff --git a/source/blender/blenloader/BLO_undofile.h b/source/blender/blenloader/BLO_undofile.h
index c7f0f7f0d1f..c4465341d27 100644
--- a/source/blender/blenloader/BLO_undofile.h
+++ b/source/blender/blenloader/BLO_undofile.h
@@ -32,7 +32,7 @@
#define BLO_UNDOFILE_H
/** \file BLO_undofile.h
- * \ingroup readwrite
+ * \ingroup blenloader
*/
typedef struct {
diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h
index 7fdc136980e..651928aa6a1 100644
--- a/source/blender/blenloader/BLO_writefile.h
+++ b/source/blender/blenloader/BLO_writefile.h
@@ -31,7 +31,7 @@
#define BLO_WRITEFILE_H
/** \file BLO_writefile.h
- * \ingroup readwrite
+ * \ingroup blenloader
* \brief external writefile function prototypes.
*/
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 */
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 9c2ceb12c5a..4e00b888c90 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -27,6 +27,11 @@
*
*/
+/** \file blender/blenloader/intern/readfile.c
+ * \ingroup blenloader
+ */
+
+
#include "zlib.h"
#include <limits.h>
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index c6526f2c7af..b409e456fe6 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
* blenloader readfile private function prototypes
*/
+
+/** \file blender/blenloader/intern/readfile.h
+ * \ingroup blenloader
+ */
+
#ifndef READFILE_H
#define READFILE_H
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>
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index d2d6c2412cd..a32d6038f7e 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenloader/intern/writefile.c
+ * \ingroup blenloader
+ */
+
+
/*
FILEFORMAT: IFF-style structure (but not IFF compatible!)