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/datatoc/datatoc.c | 3 ++- source/blender/datatoc/datatoc_icon.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/datatoc') diff --git a/source/blender/datatoc/datatoc.c b/source/blender/datatoc/datatoc.c index e64ef745d7f..454c0a5d0e7 100644 --- a/source/blender/datatoc/datatoc.c +++ b/source/blender/datatoc/datatoc.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup datatoc +/** \file + * \ingroup datatoc */ #include diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c index d8bc2221ba2..f63686d0136 100644 --- a/source/blender/datatoc/datatoc_icon.c +++ b/source/blender/datatoc/datatoc_icon.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup datatoc +/** \file + * \ingroup datatoc */ #include -- cgit v1.2.3