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:20:01 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:20:01 +0300
commita47ca06502461b36e6e86c57d472ba7184328698 (patch)
tree9f8e40216483240843455e420b430db96f2b3745 /source/blender/makesrna/RNA_types.h
parent19a9cffdf02f960caaa0eca9ca2532cc8fe6068f (diff)
doxygen: blender/makesrna tagged.
Diffstat (limited to 'source/blender/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 13422415c2d..21f3d99041a 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/makesrna/RNA_types.h
+ * \ingroup RNA
+ */
+
+
#include "BLO_sys_types.h"
#ifndef RNA_TYPES_H
@@ -40,7 +45,7 @@ struct IDProperty;
struct bContext;
struct ReportList;
-/* Pointer
+/** Pointer
*
* RNA pointers are not a single C pointer but include the type,
* and a pointer to the ID struct that owns the struct, since