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:
Diffstat (limited to 'source/blender/editors/space_script')
-rw-r--r--source/blender/editors/space_script/script_edit.c3
-rw-r--r--source/blender/editors/space_script/script_intern.h3
-rw-r--r--source/blender/editors/space_script/script_ops.c3
-rw-r--r--source/blender/editors/space_script/space_script.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/source/blender/editors/space_script/script_edit.c b/source/blender/editors/space_script/script_edit.c
index a7e86ee193a..9b5f3d634c9 100644
--- a/source/blender/editors/space_script/script_edit.c
+++ b/source/blender/editors/space_script/script_edit.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spscript
+/** \file
+ * \ingroup spscript
*/
diff --git a/source/blender/editors/space_script/script_intern.h b/source/blender/editors/space_script/script_intern.h
index b64f0d172f1..c6f72784b05 100644
--- a/source/blender/editors/space_script/script_intern.h
+++ b/source/blender/editors/space_script/script_intern.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spscript
+/** \file
+ * \ingroup spscript
*/
#ifndef __SCRIPT_INTERN_H__
diff --git a/source/blender/editors/space_script/script_ops.c b/source/blender/editors/space_script/script_ops.c
index 85756b6b47c..3f800117346 100644
--- a/source/blender/editors/space_script/script_ops.c
+++ b/source/blender/editors/space_script/script_ops.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spscript
+/** \file
+ * \ingroup spscript
*/
diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c
index 0a03d6645e1..45d6151e7b2 100644
--- a/source/blender/editors/space_script/space_script.c
+++ b/source/blender/editors/space_script/space_script.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spscript
+/** \file
+ * \ingroup spscript
*/