From eef4077f18495d88a2426cfda3ec9a4dc461f798 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 6 Feb 2019 15:42:22 +1100 Subject: Cleanup: remove redundant doxygen \file argument Move \ingroup onto same line to be more compact and make it clear the file is in the group. --- intern/guardedalloc/MEM_guardedalloc.h | 4 +--- 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, 9 insertions(+), 19 deletions(-) (limited to 'intern/guardedalloc') diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h index eb60226490c..7b61993224b 100644 --- a/intern/guardedalloc/MEM_guardedalloc.h +++ b/intern/guardedalloc/MEM_guardedalloc.h @@ -17,9 +17,7 @@ * All rights reserved. */ -/** - * \file MEM_guardedalloc.h - * \ingroup MEM +/** \file \ingroup MEM * * \brief Read \ref MEMPage * diff --git a/intern/guardedalloc/cpp/mallocn.cpp b/intern/guardedalloc/cpp/mallocn.cpp index dd0c328d896..051478f4fa5 100644 --- a/intern/guardedalloc/cpp/mallocn.cpp +++ b/intern/guardedalloc/cpp/mallocn.cpp @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file guardedalloc/cpp/mallocn.cpp - * \ingroup MEM +/** \file \ingroup MEM */ diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c index 5072cfa78eb..6ccbe96c548 100644 --- a/intern/guardedalloc/intern/mallocn.c +++ b/intern/guardedalloc/intern/mallocn.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file guardedalloc/intern/mallocn.c - * \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 0f2c9a2c93c..654c1fa16f9 100644 --- a/intern/guardedalloc/intern/mallocn_guarded_impl.c +++ b/intern/guardedalloc/intern/mallocn_guarded_impl.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file guardedalloc/intern/mallocn.c - * \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 e662e3b7d72..2b4105c2659 100644 --- a/intern/guardedalloc/intern/mallocn_inline.h +++ b/intern/guardedalloc/intern/mallocn_inline.h @@ -26,8 +26,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** \file guardedalloc/intern/mallocn_inline.h - * \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 a58b8d35f03..02e4e0a10e1 100644 --- a/intern/guardedalloc/intern/mallocn_intern.h +++ b/intern/guardedalloc/intern/mallocn_intern.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file guardedalloc/intern/mallocn_intern.h - * \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 88066cf90d5..d7c95859e2b 100644 --- a/intern/guardedalloc/intern/mallocn_lockfree_impl.c +++ b/intern/guardedalloc/intern/mallocn_lockfree_impl.c @@ -14,8 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/** \file guardedalloc/intern/mallocn.c - * \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 ffbff258632..a7f79c81c44 100644 --- a/intern/guardedalloc/intern/mmap_win.c +++ b/intern/guardedalloc/intern/mmap_win.c @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file guardedalloc/intern/mmap_win.c - * \ingroup MEM +/** \file \ingroup MEM */ #ifdef WIN32 diff --git a/intern/guardedalloc/mmap_win.h b/intern/guardedalloc/mmap_win.h index e54ddaa804e..84a6dde369b 100644 --- a/intern/guardedalloc/mmap_win.h +++ b/intern/guardedalloc/mmap_win.h @@ -17,8 +17,7 @@ * All rights reserved. */ -/** \file mmap_win.h - * \ingroup MEM +/** \file \ingroup MEM */ #ifndef __MMAP_WIN_H__ -- cgit v1.2.3