From de13d0a80c3cb6a7445245b2999a29fe70e49953 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Feb 2019 08:08:12 +1100 Subject: doxygen: add newline after \file While \file doesn't need an argument, it can't have another doxy command after it. --- source/blender/editors/sound/sound_intern.h | 3 ++- source/blender/editors/sound/sound_ops.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sound') diff --git a/source/blender/editors/sound/sound_intern.h b/source/blender/editors/sound/sound_intern.h index 3e90b7ca622..f648c639eca 100644 --- a/source/blender/editors/sound/sound_intern.h +++ b/source/blender/editors/sound/sound_intern.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup edsnd +/** \file + * \ingroup edsnd */ diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c index b7638e89b99..1d3726c6f79 100644 --- a/source/blender/editors/sound/sound_ops.c +++ b/source/blender/editors/sound/sound_ops.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup edsnd +/** \file + * \ingroup edsnd */ -- cgit v1.2.3