Blender Git Loki
Git Commits -> Revision 057bf2a
Revision 057bf2a by Campbell Barton (master) November 5, 2011, 01:48 (GMT) |
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' |
Commit Details:
Full Hash: 057bf2a02bd453ac8dd5048baa298de39f213560
SVN Revision: 41541
Parent Commit: 6483069
Lines Changed: +57, -63
27 Modified Paths:
/doc/doxygen/Doxyfile (+1, -1) (Diff)
/doc/doxygen/doxygen.source (+4, -0) (Diff)
/doc/python_api/sphinx_doc_gen.py (+6, -15) (Diff)
/GNUmakefile (+6, -1) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_Buttons.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_EventWheel.h (+1, -1) (Diff)
/source/blender/editors/curve/editcurve.c (+1, -6) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -2) (Diff)
/source/blender/imbuf/intern/moviecache.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+2, -2) (Diff)
/source/blender/render/intern/source/external_engine.c (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.h (+1, -2) (Diff)
/doc/doxygen/doxygen.source (+4, -0) (Diff)
/doc/python_api/sphinx_doc_gen.py (+6, -15) (Diff)
/GNUmakefile (+6, -1) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_Buttons.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_EventWheel.h (+1, -1) (Diff)
/source/blender/editors/curve/editcurve.c (+1, -6) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -2) (Diff)
/source/blender/imbuf/intern/moviecache.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+2, -2) (Diff)
/source/blender/render/intern/source/external_engine.c (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.h (+1, -2) (Diff)