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:
@@ -17,9 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file MEM_guardedalloc.h
|
||||
* \ingroup MEM
|
||||
/** \file \ingroup MEM
|
||||
*
|
||||
* \brief Read \ref MEMPage
|
||||
*
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file guardedalloc/intern/mallocn.c
|
||||
* \ingroup MEM
|
||||
/** \file \ingroup MEM
|
||||
*
|
||||
* Guarded memory allocation, and boundary-write detection.
|
||||
*/
|
||||
|
||||
@@ -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__
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file guardedalloc/intern/mallocn_intern.h
|
||||
* \ingroup MEM
|
||||
/** \file \ingroup MEM
|
||||
*/
|
||||
|
||||
#ifndef __MALLOCN_INTERN_H__
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file guardedalloc/intern/mmap_win.c
|
||||
* \ingroup MEM
|
||||
/** \file \ingroup MEM
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file mmap_win.h
|
||||
* \ingroup MEM
|
||||
/** \file \ingroup MEM
|
||||
*/
|
||||
|
||||
#ifndef __MMAP_WIN_H__
|
||||
|
||||
Reference in New Issue
Block a user