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/util
parent93b144548d86140d126702b32300259d31a7faf2 (diff)
doxygen: blender/editors tagged.
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/crazyspace.c5
-rw-r--r--source/blender/editors/util/ed_util.c5
-rw-r--r--source/blender/editors/util/editmode_undo.c5
-rw-r--r--source/blender/editors/util/numinput.c5
-rw-r--r--source/blender/editors/util/undo.c5
-rw-r--r--source/blender/editors/util/util_intern.h5
6 files changed, 30 insertions, 0 deletions
diff --git a/source/blender/editors/util/crazyspace.c b/source/blender/editors/util/crazyspace.c
index 20152f6681b..b72943d95e7 100644
--- a/source/blender/editors/util/crazyspace.c
+++ b/source/blender/editors/util/crazyspace.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/crazyspace.c
+ * \ingroup edutil
+ */
+
+
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index f0acee0af2e..a81865fc3b4 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/ed_util.c
+ * \ingroup edutil
+ */
+
+
#include <stdlib.h>
#include <string.h>
#include <math.h>
diff --git a/source/blender/editors/util/editmode_undo.c b/source/blender/editors/util/editmode_undo.c
index 08f801b8039..732e5087af2 100644
--- a/source/blender/editors/util/editmode_undo.c
+++ b/source/blender/editors/util/editmode_undo.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/editmode_undo.c
+ * \ingroup edutil
+ */
+
+
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/editors/util/numinput.c b/source/blender/editors/util/numinput.c
index 6ae5963564e..a5954cdc215 100644
--- a/source/blender/editors/util/numinput.c
+++ b/source/blender/editors/util/numinput.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/numinput.c
+ * \ingroup edutil
+ */
+
+
#include <math.h> /* fabs */
#include <stdio.h> /* for sprintf */
diff --git a/source/blender/editors/util/undo.c b/source/blender/editors/util/undo.c
index c2f8ae16cb8..b366a8460fc 100644
--- a/source/blender/editors/util/undo.c
+++ b/source/blender/editors/util/undo.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/undo.c
+ * \ingroup edutil
+ */
+
+
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/editors/util/util_intern.h b/source/blender/editors/util/util_intern.h
index c448377f6b0..9ecfb07d535 100644
--- a/source/blender/editors/util/util_intern.h
+++ b/source/blender/editors/util/util_intern.h
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/util/util_intern.h
+ * \ingroup edutil
+ */
+
+
#ifndef ED_UTIL_INTERN_H
#define ED_UTIL_INTERN_H