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>2021-02-20 07:35:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-20 07:35:00 +0300
commit7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 (patch)
tree96b3c2f32cb6471f0fb70ea2ec0f84ab66855e20 /source/blender/editors/space_graph
parent83f285f56fac5aa989ec26d2d529b1284c8c2e21 (diff)
Cleanup: doxygen sections
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index 33e724459a9..4752f62b58c 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -57,7 +57,6 @@ static void graph_draw_driver_debug(bAnimContext *ac, ID *id, FCurve *fcu);
/* -------------------------------------------------------------------- */
/** \name Utility Drawing Defines
- *
* \{ */
/* determine the alpha value that should be used when
@@ -73,7 +72,6 @@ static float fcurve_display_alpha(FCurve *fcu)
/* -------------------------------------------------------------------- */
/** \name FCurve Modifier Drawing
- *
* \{ */
/* Envelope -------------- */
@@ -153,7 +151,6 @@ static void draw_fcurve_modifier_controls_envelope(FModifier *fcm,
/* -------------------------------------------------------------------- */
/** \name FCurve Modifier Drawing
- *
* \{ */
/* Points ---------------- */
@@ -1343,7 +1340,6 @@ void graph_draw_curves(bAnimContext *ac, SpaceGraph *sipo, ARegion *region, shor
/* -------------------------------------------------------------------- */
/** \name Channel List
- *
* \{ */
/* left hand part */