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 blender/python/mathutils/mathutils.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __MATHUTILS_H__
|
||||
#define __MATHUTILS_H__
|
||||
|
||||
/** \file blender/python/mathutils/mathutils.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
/* Can cast different mathutils types to this, use for generic funcs */
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Color.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Color.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Euler.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __MATHUTILS_EULER_H__
|
||||
#define __MATHUTILS_EULER_H__
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Euler.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
extern PyTypeObject euler_Type;
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Matrix.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Matrix.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Quaternion.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __MATHUTILS_QUATERNION_H__
|
||||
#define __MATHUTILS_QUATERNION_H__
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Quaternion.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
extern PyTypeObject quaternion_Type;
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Vector.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_Vector.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_bvhtree.c
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*
|
||||
* This file defines the 'mathutils.bvhtree' module, a general purpose module to access
|
||||
* blenders bvhtree for mesh surface nearest-element search and ray casting.
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_bvhtree.h
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_BVHTREE_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_geometry.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __MATHUTILS_GEOMETRY_H__
|
||||
#define __MATHUTILS_GEOMETRY_H__
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_geometry.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_geometry(void);
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_interpolate.c
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
#ifndef __MATHUTILS_INTERPOLATE_H__
|
||||
#define __MATHUTILS_INTERPOLATE_H__
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_interpolate.h
|
||||
* \ingroup pymathutils
|
||||
/** \file \ingroup pymathutils
|
||||
*/
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_interpolate(void);
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_kdtree.c
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*
|
||||
* This file defines the 'mathutils.kdtree' module, a general purpose module to access
|
||||
* blenders kdtree for 3d spatial lookups.
|
||||
|
||||
@@ -15,8 +15,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_kdtree.h
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_KDTREE_H__
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_noise.c
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*
|
||||
* This file defines the 'noise' module, a general purpose module to access
|
||||
* blenders noise functions.
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file blender/python/mathutils/mathutils_noise.h
|
||||
* \ingroup mathutils
|
||||
/** \file \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_NOISE_H__
|
||||
|
||||
Reference in New Issue
Block a user