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,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.
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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'
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,7 @@
 | 
			
		||||
 * All rights reserved.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/** \file blender/python/bmesh/bmesh_py_types.c
 | 
			
		||||
 *  \ingroup pybmesh
 | 
			
		||||
/** \file \ingroup pybmesh
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include "BLI_math.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
@@ -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'
 | 
			
		||||
 
 | 
			
		||||
@@ -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__
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user