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.
This commit is contained in:
Campbell Barton
2019-02-06 15:42:22 +11:00
parent 1085c2cc44
commit eef4077f18
2945 changed files with 2947 additions and 5892 deletions

View File

@@ -17,9 +17,7 @@
* All rights reserved.
*/
/**
* \file MEM_guardedalloc.h
* \ingroup MEM
/** \file \ingroup MEM
*
* \brief Read \ref MEMPage
*

View File

@@ -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
*/

View File

@@ -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.
*/

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file guardedalloc/intern/mallocn.c
* \ingroup MEM
/** \file \ingroup MEM
*
* Guarded memory allocation, and boundary-write detection.
*/

View File

@@ -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__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file guardedalloc/intern/mallocn_intern.h
* \ingroup MEM
/** \file \ingroup MEM
*/
#ifndef __MALLOCN_INTERN_H__

View File

@@ -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
*/

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file guardedalloc/intern/mmap_win.c
* \ingroup MEM
/** \file \ingroup MEM
*/
#ifdef WIN32

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file mmap_win.h
* \ingroup MEM
/** \file \ingroup MEM
*/
#ifndef __MMAP_WIN_H__