From bae66609b469591d3d5dd30d466dd79bf87ef483 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Apr 2021 18:47:10 +1000 Subject: Cleanup: use our own code style for doxy-gen comment blocks --- source/blender/editors/space_nla/nla_draw.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c index eea81e425c2..8bf6f2698e0 100644 --- a/source/blender/editors/space_nla/nla_draw.c +++ b/source/blender/editors/space_nla/nla_draw.c @@ -408,8 +408,10 @@ static uint nla_draw_use_dashed_outlines(const float color[4], bool muted) return shdr_pos; } -/** This check only accounts for the track's disabled flag and whether the strip is being tweaked. - * It does not account for muting or soloing. */ +/** + * This check only accounts for the track's disabled flag and whether the strip is being tweaked. + * It does not account for muting or soloing. + */ static bool is_nlastrip_enabled(AnimData *adt, NlaTrack *nlt, NlaStrip *strip) { /** This shouldn't happen. If passed NULL, then just treat strip as enabled. */ -- cgit v1.2.3