From 7bb2b910c0e471e90d4dc5fe6c94aeb4f3ad57b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Feb 2021 15:35:00 +1100 Subject: Cleanup: doxygen sections --- source/blender/editors/space_graph/graph_draw.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_graph') 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 */ -- cgit v1.2.3