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/undo/ed_undo.c | 3 ++- source/blender/editors/undo/memfile_undo.c | 3 ++- source/blender/editors/undo/undo_intern.h | 3 ++- source/blender/editors/undo/undo_system_types.c | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/undo') diff --git a/source/blender/editors/undo/ed_undo.c b/source/blender/editors/undo/ed_undo.c index c1ab4edb8e8..7c8fc4ef8ba 100644 --- a/source/blender/editors/undo/ed_undo.c +++ b/source/blender/editors/undo/ed_undo.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup edundo +/** \file + * \ingroup edundo */ #include diff --git a/source/blender/editors/undo/memfile_undo.c b/source/blender/editors/undo/memfile_undo.c index f1513eb3b92..c6719f6433a 100644 --- a/source/blender/editors/undo/memfile_undo.c +++ b/source/blender/editors/undo/memfile_undo.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup edundo +/** \file + * \ingroup edundo * * Wrapper between 'ED_undo.h' and 'BKE_undo_system.h' API's. */ diff --git a/source/blender/editors/undo/undo_intern.h b/source/blender/editors/undo/undo_intern.h index c4ddd31ceb7..8184e7bfbdc 100644 --- a/source/blender/editors/undo/undo_intern.h +++ b/source/blender/editors/undo/undo_intern.h @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup edundo +/** \file + * \ingroup edundo */ #ifndef __UNDO_INTERN_H__ diff --git a/source/blender/editors/undo/undo_system_types.c b/source/blender/editors/undo/undo_system_types.c index 862db923947..0f052920993 100644 --- a/source/blender/editors/undo/undo_system_types.c +++ b/source/blender/editors/undo/undo_system_types.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup edundo +/** \file + * \ingroup edundo */ #include -- cgit v1.2.3