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/space_nla/nla_buttons.c | 3 ++- source/blender/editors/space_nla/nla_channels.c | 3 ++- source/blender/editors/space_nla/nla_draw.c | 3 ++- source/blender/editors/space_nla/nla_edit.c | 3 ++- source/blender/editors/space_nla/nla_intern.h | 3 ++- source/blender/editors/space_nla/nla_ops.c | 3 ++- source/blender/editors/space_nla/nla_select.c | 3 ++- source/blender/editors/space_nla/space_nla.c | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c index 7b4fae6676d..049342b0244 100644 --- a/source/blender/editors/space_nla/nla_buttons.c +++ b/source/blender/editors/space_nla/nla_buttons.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c index f0ac1e068dc..ae3888f6ae0 100644 --- a/source/blender/editors/space_nla/nla_channels.c +++ b/source/blender/editors/space_nla/nla_channels.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c index 6e8c33b2a18..c73fd768075 100644 --- a/source/blender/editors/space_nla/nla_draw.c +++ b/source/blender/editors/space_nla/nla_draw.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 0c50dacb344..739a180d1d8 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h index bf2ee096a6e..bb52d9d7f76 100644 --- a/source/blender/editors/space_nla/nla_intern.h +++ b/source/blender/editors/space_nla/nla_intern.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ #ifndef __NLA_INTERN_H__ diff --git a/source/blender/editors/space_nla/nla_ops.c b/source/blender/editors/space_nla/nla_ops.c index 9cd9c717997..6653c3995b5 100644 --- a/source/blender/editors/space_nla/nla_ops.c +++ b/source/blender/editors/space_nla/nla_ops.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ #include diff --git a/source/blender/editors/space_nla/nla_select.c b/source/blender/editors/space_nla/nla_select.c index acca41cb22c..0c9cd069265 100644 --- a/source/blender/editors/space_nla/nla_select.c +++ b/source/blender/editors/space_nla/nla_select.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c index 5b2dc19c84b..232e4e9ce0f 100644 --- a/source/blender/editors/space_nla/space_nla.c +++ b/source/blender/editors/space_nla/space_nla.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup spnla +/** \file + * \ingroup spnla */ -- cgit v1.2.3