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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-18 00:08:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:22:12 +0300
commitde13d0a80c3cb6a7445245b2999a29fe70e49953 (patch)
tree48ab17499c8ade363e082e5871770a9d10a8b930 /source/blender/editors/space_action
parent3316853323226afe7003a8638fa09600d9ba028d (diff)
doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
Diffstat (limited to 'source/blender/editors/space_action')
-rw-r--r--source/blender/editors/space_action/action_buttons.c3
-rw-r--r--source/blender/editors/space_action/action_data.c3
-rw-r--r--source/blender/editors/space_action/action_draw.c3
-rw-r--r--source/blender/editors/space_action/action_edit.c3
-rw-r--r--source/blender/editors/space_action/action_intern.h3
-rw-r--r--source/blender/editors/space_action/action_ops.c3
-rw-r--r--source/blender/editors/space_action/action_select.c3
-rw-r--r--source/blender/editors/space_action/space_action.c3
8 files changed, 16 insertions, 8 deletions
diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c
index 0be8a26df29..eaeeca6dfd1 100644
--- a/source/blender/editors/space_action/action_buttons.c
+++ b/source/blender/editors/space_action/action_buttons.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c
index c66fbb18be7..8ecf32a2c6c 100644
--- a/source/blender/editors/space_action/action_data.c
+++ b/source/blender/editors/space_action/action_data.c
@@ -17,7 +17,8 @@
* This is a new part of Blender
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_draw.c b/source/blender/editors/space_action/action_draw.c
index f9c6ed04b02..68d4e4f8ef0 100644
--- a/source/blender/editors/space_action/action_draw.c
+++ b/source/blender/editors/space_action/action_draw.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_edit.c b/source/blender/editors/space_action/action_edit.c
index 0804695c28a..b0cc1b72b27 100644
--- a/source/blender/editors/space_action/action_edit.c
+++ b/source/blender/editors/space_action/action_edit.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h
index 44c52518765..74da8aafcc8 100644
--- a/source/blender/editors/space_action/action_intern.h
+++ b/source/blender/editors/space_action/action_intern.h
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
#ifndef __ACTION_INTERN_H__
diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c
index ad0d0ab0822..87b9ee4e1ef 100644
--- a/source/blender/editors/space_action/action_ops.c
+++ b/source/blender/editors/space_action/action_ops.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c
index 216e6b7429d..d97a27a403a 100644
--- a/source/blender/editors/space_action/action_select.c
+++ b/source/blender/editors/space_action/action_select.c
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index f3d2df69fdc..ac82fb2888a 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup spaction
+/** \file
+ * \ingroup spaction
*/
#include <string.h>