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:29:51 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:29:51 +0300
commit95100afc1210e7f95a97c85b51ec94719db24b94 (patch)
tree144862197ce200210cd2261fdb0fad6fd930a726 /source/blender/editors/space_userpref
parent93b144548d86140d126702b32300259d31a7faf2 (diff)
doxygen: blender/editors tagged.
Diffstat (limited to 'source/blender/editors/space_userpref')
-rw-r--r--source/blender/editors/space_userpref/space_userpref.c5
-rw-r--r--source/blender/editors/space_userpref/userpref_intern.h5
-rw-r--r--source/blender/editors/space_userpref/userpref_ops.c5
3 files changed, 15 insertions, 0 deletions
diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c
index 96881fde320..f0202e2a105 100644
--- a/source/blender/editors/space_userpref/space_userpref.c
+++ b/source/blender/editors/space_userpref/space_userpref.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_userpref/space_userpref.c
+ * \ingroup spuserpref
+ */
+
+
#include <string.h>
#include <stdio.h>
diff --git a/source/blender/editors/space_userpref/userpref_intern.h b/source/blender/editors/space_userpref/userpref_intern.h
index ca1f231df00..66f394af0e4 100644
--- a/source/blender/editors/space_userpref/userpref_intern.h
+++ b/source/blender/editors/space_userpref/userpref_intern.h
@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/space_userpref/userpref_intern.h
+ * \ingroup spuserpref
+ */
+
#ifndef ED_USERPREF_INTERN_H
#define ED_USERPREF_INTERN_H
diff --git a/source/blender/editors/space_userpref/userpref_ops.c b/source/blender/editors/space_userpref/userpref_ops.c
index 29449202ed9..0f0cbc0ee3f 100644
--- a/source/blender/editors/space_userpref/userpref_ops.c
+++ b/source/blender/editors/space_userpref/userpref_ops.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_userpref/userpref_ops.c
+ * \ingroup spuserpref
+ */
+
+
#include <string.h>
#include <stdio.h>