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/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c3
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c3
-rw-r--r--source/blender/editors/animation/anim_deps.c3
-rw-r--r--source/blender/editors/animation/anim_draw.c3
-rw-r--r--source/blender/editors/animation/anim_filter.c3
-rw-r--r--source/blender/editors/animation/anim_intern.h3
-rw-r--r--source/blender/editors/animation/anim_ipo_utils.c3
-rw-r--r--source/blender/editors/animation/anim_markers.c3
-rw-r--r--source/blender/editors/animation/anim_ops.c3
-rw-r--r--source/blender/editors/animation/drivers.c3
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c3
-rw-r--r--source/blender/editors/animation/keyframes_draw.c3
-rw-r--r--source/blender/editors/animation/keyframes_edit.c3
-rw-r--r--source/blender/editors/animation/keyframes_general.c3
-rw-r--r--source/blender/editors/animation/keyframing.c3
-rw-r--r--source/blender/editors/animation/keyingsets.c3
16 files changed, 32 insertions, 16 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index fb6a4696490..d4985b10382 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 2fbb6c51216..3bcbe2d99e3 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index 5af1751b1d3..6a29abc4884 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c
index b196bffe199..2b168aa9463 100644
--- a/source/blender/editors/animation/anim_draw.c
+++ b/source/blender/editors/animation/anim_draw.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
#include "BLI_sys_types.h"
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 663ba2330d7..2736bf8b06f 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_intern.h b/source/blender/editors/animation/anim_intern.h
index 01d58c68e34..af1fd0e31c4 100644
--- a/source/blender/editors/animation/anim_intern.h
+++ b/source/blender/editors/animation/anim_intern.h
@@ -17,7 +17,8 @@
* This is a new part of Blender (with some old code)
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_ipo_utils.c b/source/blender/editors/animation/anim_ipo_utils.c
index 93bd302b92b..03cc4855a4b 100644
--- a/source/blender/editors/animation/anim_ipo_utils.c
+++ b/source/blender/editors/animation/anim_ipo_utils.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 365344ba521..2669cf89225 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
#include <math.h>
diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c
index 3b8e4b3a136..b4e60d29a40 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 6150a821e5c..d726c25816b 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index 2593629f042..40454bcad0c 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index fdf9273743e..19ac0ea18a0 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_edit.c b/source/blender/editors/animation/keyframes_edit.c
index 2e4ccae9f1b..837a25946da 100644
--- a/source/blender/editors/animation/keyframes_edit.c
+++ b/source/blender/editors/animation/keyframes_edit.c
@@ -16,7 +16,8 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_general.c b/source/blender/editors/animation/keyframes_general.c
index fd8add59ac1..d186a0bb757 100644
--- a/source/blender/editors/animation/keyframes_general.c
+++ b/source/blender/editors/animation/keyframes_general.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index 5c03aa444aa..5e3880e2253 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c
index abcf3453513..aac7559774f 100644
--- a/source/blender/editors/animation/keyingsets.c
+++ b/source/blender/editors/animation/keyingsets.c
@@ -17,7 +17,8 @@
* All rights reserved.
*/
-/** \file \ingroup edanimation
+/** \file
+ * \ingroup edanimation
*/