misc doc edits
- remove recently added sphinx reference workaround. - tested doxygen, correct some warnings, set tab width and added pymathutils group. - added convenience target 'make doc_doxy'
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
//Include this file for access to vector, quat, matrix, euler, etc...
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Color.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Color.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Color.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Color.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Euler.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Euler.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Euler.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Euler.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Matrix.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Matrix.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Matrix.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Matrix.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Quaternion.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Quaternion.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Quaternion.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Quaternion.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Vector.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Vector.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_Vector.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_Vector.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_geometry.c
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_geometry.c
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/python/generic/mathutils_geometry.h
|
||||
* \ingroup pygen
|
||||
/** \file blender/python/mathutils/mathutils_geometry.h
|
||||
* \ingroup pymathutils
|
||||
*/
|
||||
|
||||
/*Include this file for access to vector, quat, matrix, euler, etc...*/
|
||||
|
||||
Reference in New Issue
Block a user