doxygen: add newline after \file
While \file doesn't need an argument, it can't have another doxy command after it.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __MATHUTILS_H__
|
||||
#define __MATHUTILS_H__
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
/* Can cast different mathutils types to this, use for generic funcs */
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __MATHUTILS_EULER_H__
|
||||
#define __MATHUTILS_EULER_H__
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
extern PyTypeObject euler_Type;
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __MATHUTILS_QUATERNION_H__
|
||||
#define __MATHUTILS_QUATERNION_H__
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
extern PyTypeObject quaternion_Type;
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \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,7 +15,8 @@
|
||||
*/
|
||||
|
||||
|
||||
/** \file \ingroup mathutils
|
||||
/** \file
|
||||
* \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_BVHTREE_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __MATHUTILS_GEOMETRY_H__
|
||||
#define __MATHUTILS_GEOMETRY_H__
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_geometry(void);
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
#ifndef __MATHUTILS_INTERPOLATE_H__
|
||||
#define __MATHUTILS_INTERPOLATE_H__
|
||||
|
||||
/** \file \ingroup pymathutils
|
||||
/** \file
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_interpolate(void);
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \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,7 +15,8 @@
|
||||
*/
|
||||
|
||||
|
||||
/** \file \ingroup mathutils
|
||||
/** \file
|
||||
* \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_KDTREE_H__
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup mathutils
|
||||
/** \file
|
||||
* \ingroup mathutils
|
||||
*
|
||||
* This file defines the 'noise' module, a general purpose module to access
|
||||
* blenders noise functions.
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file \ingroup mathutils
|
||||
/** \file
|
||||
* \ingroup mathutils
|
||||
*/
|
||||
|
||||
#ifndef __MATHUTILS_NOISE_H__
|
||||
|
||||
Reference in New Issue
Block a user