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:
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file memutil/MEM_Allocator.h
|
||||
* \ingroup memutil
|
||||
/** \file \ingroup memutil
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file memutil/MEM_CacheLimiter.h
|
||||
* \ingroup memutil
|
||||
/** \file \ingroup memutil
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file memutil/MEM_CacheLimiterC-Api.h
|
||||
* \ingroup memutil
|
||||
/** \file \ingroup memutil
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,12 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file memutil/MEM_RefCounted.h
|
||||
* \ingroup memutil
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file MEM_RefCounted.h
|
||||
/** \file \ingroup memutil
|
||||
*
|
||||
* Declaration of MEM_RefCounted class.
|
||||
*/
|
||||
|
||||
|
||||
@@ -17,12 +17,8 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file memutil/MEM_RefCountedC-Api.h
|
||||
* \ingroup memutil
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file MEM_RefCountedC-Api.h
|
||||
/** \file \ingroup memutil
|
||||
*
|
||||
* Interface for C access to functionality relating to shared objects in the foundation library.
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file memutil/intern/MEM_CacheLimiterC-Api.cpp
|
||||
* \ingroup memutil
|
||||
/** \file \ingroup memutil
|
||||
*/
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
/** \file memutil/intern/MEM_RefCountedC-Api.cpp
|
||||
* \ingroup memutil
|
||||
/** \file \ingroup memutil
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user