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_script
parent93b144548d86140d126702b32300259d31a7faf2 (diff)
doxygen: blender/editors tagged.
Diffstat (limited to 'source/blender/editors/space_script')
-rw-r--r--source/blender/editors/space_script/script_edit.c5
-rw-r--r--source/blender/editors/space_script/script_header.c5
-rw-r--r--source/blender/editors/space_script/script_intern.h5
-rw-r--r--source/blender/editors/space_script/script_ops.c5
-rw-r--r--source/blender/editors/space_script/space_script.c5
5 files changed, 25 insertions, 0 deletions
diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c
index aff9774b2a9..02cbc81aaa5 100644
--- a/source/blender/editors/space_script/script_edit.c
+++ b/source/blender/editors/space_script/script_edit.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_script/script_edit.c
+ * \ingroup spscript
+ */
+
+
#include <string.h>
#include <stdio.h>
diff --git a/source/blender/editors/space_script/script_header.c b/source/blender/editors/space_script/script_header.c
index 278b07408cb..57a1d36e3a2 100644
--- a/source/blender/editors/space_script/script_header.c
+++ b/source/blender/editors/space_script/script_header.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_script/script_header.c
+ * \ingroup spscript
+ */
+
+
#include <string.h>
#include <stdio.h>
diff --git a/source/blender/editors/space_script/script_intern.h b/source/blender/editors/space_script/script_intern.h
index 28d80b76705..c818a4e1f9b 100644
--- a/source/blender/editors/space_script/script_intern.h
+++ b/source/blender/editors/space_script/script_intern.h
@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/space_script/script_intern.h
+ * \ingroup spscript
+ */
+
#ifndef ED_SCRIPT_INTERN_H
#define ED_SCRIPT_INTERN_H
diff --git a/source/blender/editors/space_script/script_ops.c b/source/blender/editors/space_script/script_ops.c
index c0b4979e80e..215c66b2519 100644
--- a/source/blender/editors/space_script/script_ops.c
+++ b/source/blender/editors/space_script/script_ops.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_script/script_ops.c
+ * \ingroup spscript
+ */
+
+
#include <stdlib.h>
#include <math.h>
diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c
index 64e0307aec9..b81394a87e2 100644
--- a/source/blender/editors/space_script/space_script.c
+++ b/source/blender/editors/space_script/space_script.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/space_script/space_script.c
+ * \ingroup spscript
+ */
+
+
#include <string.h>
#include <stdio.h>