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. --- intern/guardedalloc/MEM_guardedalloc.h | 3 ++- intern/guardedalloc/cpp/mallocn.cpp | 3 ++- intern/guardedalloc/intern/mallocn.c | 3 ++- intern/guardedalloc/intern/mallocn_guarded_impl.c | 3 ++- intern/guardedalloc/intern/mallocn_inline.h | 3 ++- intern/guardedalloc/intern/mallocn_intern.h | 3 ++- intern/guardedalloc/intern/mallocn_lockfree_impl.c | 3 ++- intern/guardedalloc/intern/mmap_win.c | 3 ++- intern/guardedalloc/mmap_win.h | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h index 7b61993224b..91d328afbad 100644 --- a/intern/guardedalloc/MEM_guardedalloc.h +++ b/intern/guardedalloc/MEM_guardedalloc.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM * * \brief Read \ref MEMPage * diff --git a/intern/guardedalloc/cpp/mallocn.cpp b/intern/guardedalloc/cpp/mallocn.cpp index 051478f4fa5..6582bf49545 100644 --- a/intern/guardedalloc/cpp/mallocn.cpp +++ b/intern/guardedalloc/cpp/mallocn.cpp @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM */ diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c index 6ccbe96c548..fb778da015a 100644 --- a/intern/guardedalloc/intern/mallocn.c +++ b/intern/guardedalloc/intern/mallocn.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM * * Guarded memory allocation, and boundary-write detection. */ diff --git a/intern/guardedalloc/intern/mallocn_guarded_impl.c b/intern/guardedalloc/intern/mallocn_guarded_impl.c index 654c1fa16f9..9305c11df19 100644 --- a/intern/guardedalloc/intern/mallocn_guarded_impl.c +++ b/intern/guardedalloc/intern/mallocn_guarded_impl.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM * * Guarded memory allocation, and boundary-write detection. */ diff --git a/intern/guardedalloc/intern/mallocn_inline.h b/intern/guardedalloc/intern/mallocn_inline.h index 2b4105c2659..064cc063668 100644 --- a/intern/guardedalloc/intern/mallocn_inline.h +++ b/intern/guardedalloc/intern/mallocn_inline.h @@ -26,7 +26,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM */ #ifndef __MALLOCN_INLINE_H__ diff --git a/intern/guardedalloc/intern/mallocn_intern.h b/intern/guardedalloc/intern/mallocn_intern.h index 02e4e0a10e1..7479f11f70c 100644 --- a/intern/guardedalloc/intern/mallocn_intern.h +++ b/intern/guardedalloc/intern/mallocn_intern.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM */ #ifndef __MALLOCN_INTERN_H__ diff --git a/intern/guardedalloc/intern/mallocn_lockfree_impl.c b/intern/guardedalloc/intern/mallocn_lockfree_impl.c index d7c95859e2b..9ca0bc38b66 100644 --- a/intern/guardedalloc/intern/mallocn_lockfree_impl.c +++ b/intern/guardedalloc/intern/mallocn_lockfree_impl.c @@ -14,7 +14,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM * * Memory allocation which keeps track on allocated memory counters */ diff --git a/intern/guardedalloc/intern/mmap_win.c b/intern/guardedalloc/intern/mmap_win.c index a7f79c81c44..93b0370a011 100644 --- a/intern/guardedalloc/intern/mmap_win.c +++ b/intern/guardedalloc/intern/mmap_win.c @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM */ #ifdef WIN32 diff --git a/intern/guardedalloc/mmap_win.h b/intern/guardedalloc/mmap_win.h index 84a6dde369b..c0cbaa0e512 100644 --- a/intern/guardedalloc/mmap_win.h +++ b/intern/guardedalloc/mmap_win.h @@ -17,7 +17,8 @@ * All rights reserved. */ -/** \file \ingroup MEM +/** \file + * \ingroup MEM */ #ifndef __MMAP_WIN_H__ -- cgit v1.2.3