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-06 07:42:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:45:22 +0300
commiteef4077f18495d88a2426cfda3ec9a4dc461f798 (patch)
tree0042b131bafa216f8ee69546085f2841a1a13513 /source/blender/editors/animation
parent1085c2cc44573b77a74baae8f4be9771941d58da (diff)
Cleanup: remove redundant doxygen \file argument
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
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, 16 insertions, 32 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index f04b252b029..e21e5011e1a 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_channels_defines.c
- * \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 51a56c18b17..12f5463e923 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_channels_edit.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index a1eefaba256..5af1751b1d3 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_deps.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c
index 4aab3e585b8..6ef6992b323 100644
--- a/source/blender/editors/animation/anim_draw.c
+++ b/source/blender/editors/animation/anim_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_draw.c
- * \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 48e6d6c74a0..7c6656b9104 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_filter.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_intern.h b/source/blender/editors/animation/anim_intern.h
index b8bd2f431fc..01d58c68e34 100644
--- a/source/blender/editors/animation/anim_intern.h
+++ b/source/blender/editors/animation/anim_intern.h
@@ -17,8 +17,7 @@
* This is a new part of Blender (with some old code)
*/
-/** \file blender/editors/animation/anim_intern.h
- * \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 b7c48d460b5..93bd302b92b 100644
--- a/source/blender/editors/animation/anim_ipo_utils.c
+++ b/source/blender/editors/animation/anim_ipo_utils.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_ipo_utils.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index a11e236d24a..e2e7ada7185 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_markers.c
- * \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 7939dde98a6..86647dbb5e8 100644
--- a/source/blender/editors/animation/anim_ops.c
+++ b/source/blender/editors/animation/anim_ops.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/anim_ops.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 96bddf8edc8..6150a821e5c 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/drivers.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index c54d1175201..2593629f042 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/fmodifier_ui.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_draw.c b/source/blender/editors/animation/keyframes_draw.c
index a58f460cab6..fdf9273743e 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframes_draw.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_edit.c b/source/blender/editors/animation/keyframes_edit.c
index c8e2a9276d0..2e4ccae9f1b 100644
--- a/source/blender/editors/animation/keyframes_edit.c
+++ b/source/blender/editors/animation/keyframes_edit.c
@@ -16,8 +16,7 @@
* The Original Code is Copyright (C) 2008 Blender Foundation
*/
-/** \file blender/editors/animation/keyframes_edit.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframes_general.c b/source/blender/editors/animation/keyframes_general.c
index 117090ffd77..fd8add59ac1 100644
--- a/source/blender/editors/animation/keyframes_general.c
+++ b/source/blender/editors/animation/keyframes_general.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframes_general.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyframing.c b/source/blender/editors/animation/keyframing.c
index d7b8afcd7ab..5c03aa444aa 100644
--- a/source/blender/editors/animation/keyframing.c
+++ b/source/blender/editors/animation/keyframing.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyframing.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/
diff --git a/source/blender/editors/animation/keyingsets.c b/source/blender/editors/animation/keyingsets.c
index ca711d11935..abcf3453513 100644
--- a/source/blender/editors/animation/keyingsets.c
+++ b/source/blender/editors/animation/keyingsets.c
@@ -17,8 +17,7 @@
* All rights reserved.
*/
-/** \file blender/editors/animation/keyingsets.c
- * \ingroup edanimation
+/** \file \ingroup edanimation
*/