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

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_api.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the 'bmesh' module.
*/

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_api.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_API_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_geometry.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the 'bmesh.geometry' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_geometry.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_GEOMETRY_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_ops.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the 'bmesh.ops' module.
* Operators from 'opdefines' are wrapped.

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_ops.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_ops_call.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file provides __call__ aka BPy_BMO_call for
* the bmesh operator and has been given its own file

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_ops_call.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_OPS_CALL_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#include "BLI_math.h"

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_customdata.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the types for 'BMesh.verts/edges/faces/loops.layers'
* customdata layer access.

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_customdata.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_CUSTOMDATA_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_meshdata.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines customdata types which can't be accessed as primitive
* python types such as MDeformVert, MLoopUV, MTexPoly

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_meshdata.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_MESHDATA_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_select.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the types for 'BMesh.select_history'
* sequence and iterator.

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_types_select.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_TYPES_SELECT_H__

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_utils.c
* \ingroup pybmesh
/** \file \ingroup pybmesh
*
* This file defines the 'bmesh.utils' module.
* Utility functions for operating on 'bmesh.types'

View File

@@ -17,8 +17,7 @@
* All rights reserved.
*/
/** \file blender/python/bmesh/bmesh_py_utils.h
* \ingroup pybmesh
/** \file \ingroup pybmesh
*/
#ifndef __BMESH_PY_UTILS_H__