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:
Campbell Barton
2011-11-05 01:48:10 +00:00
parent 6483069a84
commit 057bf2a02b
27 changed files with 57 additions and 63 deletions

View File

@@ -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>

View File

@@ -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...

View File

@@ -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
*/

View File

@@ -27,8 +27,8 @@
*
*/
/** \file blender/python/generic/mathutils_Color.h
* \ingroup pygen
/** \file blender/python/mathutils/mathutils_Color.h
* \ingroup pymathutils
*/

View File

@@ -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
*/

View File

@@ -27,8 +27,8 @@
*
*/
/** \file blender/python/generic/mathutils_Euler.h
* \ingroup pygen
/** \file blender/python/mathutils/mathutils_Euler.h
* \ingroup pymathutils
*/

View File

@@ -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
*/

View File

@@ -26,8 +26,8 @@
*
*/
/** \file blender/python/generic/mathutils_Matrix.h
* \ingroup pygen
/** \file blender/python/mathutils/mathutils_Matrix.h
* \ingroup pymathutils
*/

View File

@@ -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
*/

View File

@@ -27,8 +27,8 @@
*
*/
/** \file blender/python/generic/mathutils_Quaternion.h
* \ingroup pygen
/** \file blender/python/mathutils/mathutils_Quaternion.h
* \ingroup pymathutils
*/

View File

@@ -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
*/

View File

@@ -27,8 +27,8 @@
*
*/
/** \file blender/python/generic/mathutils_Vector.h
* \ingroup pygen
/** \file blender/python/mathutils/mathutils_Vector.h
* \ingroup pymathutils
*/

View File

@@ -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
*/

View File

@@ -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...*/