[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35236] trunk/blender/source/blender/ python: doxygen: blender/python tagged.

Nathan Letwory nathan at letworyinteractive.com
Sun Feb 27 21:10:09 CET 2011


Revision: 35236
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35236
Author:   jesterking
Date:     2011-02-27 20:10:08 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
doxygen: blender/python tagged.

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/IDProp.c
    trunk/blender/source/blender/python/generic/IDProp.h
    trunk/blender/source/blender/python/generic/bgl.c
    trunk/blender/source/blender/python/generic/bgl.h
    trunk/blender/source/blender/python/generic/blf_py_api.c
    trunk/blender/source/blender/python/generic/blf_py_api.h
    trunk/blender/source/blender/python/generic/bpy_internal_import.c
    trunk/blender/source/blender/python/generic/bpy_internal_import.h
    trunk/blender/source/blender/python/generic/mathutils.c
    trunk/blender/source/blender/python/generic/mathutils.h
    trunk/blender/source/blender/python/generic/mathutils_Color.c
    trunk/blender/source/blender/python/generic/mathutils_Color.h
    trunk/blender/source/blender/python/generic/mathutils_Euler.c
    trunk/blender/source/blender/python/generic/mathutils_Euler.h
    trunk/blender/source/blender/python/generic/mathutils_Matrix.c
    trunk/blender/source/blender/python/generic/mathutils_Matrix.h
    trunk/blender/source/blender/python/generic/mathutils_Quaternion.c
    trunk/blender/source/blender/python/generic/mathutils_Quaternion.h
    trunk/blender/source/blender/python/generic/mathutils_Vector.c
    trunk/blender/source/blender/python/generic/mathutils_Vector.h
    trunk/blender/source/blender/python/generic/mathutils_geometry.c
    trunk/blender/source/blender/python/generic/mathutils_geometry.h
    trunk/blender/source/blender/python/generic/noise_py_api.c
    trunk/blender/source/blender/python/generic/noise_py_api.h
    trunk/blender/source/blender/python/generic/py_capi_utils.c
    trunk/blender/source/blender/python/generic/py_capi_utils.h
    trunk/blender/source/blender/python/intern/bpy.c
    trunk/blender/source/blender/python/intern/bpy.h
    trunk/blender/source/blender/python/intern/bpy_app.c
    trunk/blender/source/blender/python/intern/bpy_app.h
    trunk/blender/source/blender/python/intern/bpy_driver.c
    trunk/blender/source/blender/python/intern/bpy_driver.h
    trunk/blender/source/blender/python/intern/bpy_interface.c
    trunk/blender/source/blender/python/intern/bpy_operator.c
    trunk/blender/source/blender/python/intern/bpy_operator.h
    trunk/blender/source/blender/python/intern/bpy_operator_wrap.c
    trunk/blender/source/blender/python/intern/bpy_operator_wrap.h
    trunk/blender/source/blender/python/intern/bpy_props.c
    trunk/blender/source/blender/python/intern/bpy_props.h
    trunk/blender/source/blender/python/intern/bpy_rna.c
    trunk/blender/source/blender/python/intern/bpy_rna.h
    trunk/blender/source/blender/python/intern/bpy_rna_array.c
    trunk/blender/source/blender/python/intern/bpy_rna_callback.c
    trunk/blender/source/blender/python/intern/bpy_rna_callback.h
    trunk/blender/source/blender/python/intern/bpy_traceback.c
    trunk/blender/source/blender/python/intern/bpy_traceback.h
    trunk/blender/source/blender/python/intern/bpy_util.c
    trunk/blender/source/blender/python/intern/bpy_util.h
    trunk/blender/source/blender/python/intern/stubs.c

Modified: trunk/blender/source/blender/python/generic/IDProp.c
===================================================================
--- trunk/blender/source/blender/python/generic/IDProp.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/IDProp.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -23,6 +23,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/IDProp.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "IDProp.h"

Modified: trunk/blender/source/blender/python/generic/IDProp.h
===================================================================
--- trunk/blender/source/blender/python/generic/IDProp.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/IDProp.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -22,6 +22,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/IDProp.h
+ *  \ingroup pygen
+ */
+
+
 #ifndef IDPROP_H
 #define IDPROP_H
 

Modified: trunk/blender/source/blender/python/generic/bgl.c
===================================================================
--- trunk/blender/source/blender/python/generic/bgl.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/bgl.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -27,6 +27,11 @@
  * ***** END GPL LICENSE BLOCK *****
 */
 
+/** \file blender/python/generic/bgl.c
+ *  \ingroup pygen
+ */
+
+
 /* This file is the 'bgl' module.
  * The BGL submodule "wraps" OpenGL functions and constants,
  * allowing script writers to make OpenGL calls in their Python scripts. */

Modified: trunk/blender/source/blender/python/generic/bgl.h
===================================================================
--- trunk/blender/source/blender/python/generic/bgl.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/bgl.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -27,6 +27,11 @@
  * ***** END GPL LICENSE BLOCK *****
 */
 
+/** \file blender/python/generic/bgl.h
+ *  \ingroup pygen
+ */
+
+
 /* This is the Blender.BGL part of opy_draw.c, from the old bpython/intern
  * dir, with minor changes to adapt it to the new Python implementation.
  * The BGL submodule "wraps" OpenGL functions and constants, allowing script

Modified: trunk/blender/source/blender/python/generic/blf_py_api.c
===================================================================
--- trunk/blender/source/blender/python/generic/blf_py_api.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/blf_py_api.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -22,6 +22,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/blf_py_api.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 #include "blf_py_api.h"
 

Modified: trunk/blender/source/blender/python/generic/blf_py_api.h
===================================================================
--- trunk/blender/source/blender/python/generic/blf_py_api.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/blf_py_api.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -22,4 +22,9 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/blf_py_api.h
+ *  \ingroup pygen
+ */
+
+
 PyObject *BPyInit_blf(void);

Modified: trunk/blender/source/blender/python/generic/bpy_internal_import.c
===================================================================
--- trunk/blender/source/blender/python/generic/bpy_internal_import.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/bpy_internal_import.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
 */
 
+/** \file blender/python/generic/bpy_internal_import.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 #include <stddef.h>
 

Modified: trunk/blender/source/blender/python/generic/bpy_internal_import.h
===================================================================
--- trunk/blender/source/blender/python/generic/bpy_internal_import.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/bpy_internal_import.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
 */
 
+/** \file blender/python/generic/bpy_internal_import.h
+ *  \ingroup pygen
+ */
+
+
 /* Note, the BGE needs to use this too, keep it minimal */
 
 #ifndef BPY_INTERNAL_IMPORT_H

Modified: trunk/blender/source/blender/python/generic/mathutils.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -27,6 +27,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils.c
+ *  \ingroup pygen
+ */
+
+
 /* Note: Changes to Mathutils since 2.4x
  * use radians rather then degrees
  * - Mathutils.Vector/Euler/Quaternion(), now only take single sequence arguments.

Modified: trunk/blender/source/blender/python/generic/mathutils.h
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -26,6 +26,11 @@
  *
  * ***** END GPL LICENSE BLOCK *****
 */
+
+/** \file blender/python/generic/mathutils.h
+ *  \ingroup pygen
+ */
+
 //Include this file for access to vector, quat, matrix, euler, etc...
 
 #ifndef MATHUTILS_H

Modified: trunk/blender/source/blender/python/generic/mathutils_Color.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Color.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Color.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -22,6 +22,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils_Color.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "mathutils.h"

Modified: trunk/blender/source/blender/python/generic/mathutils_Color.h
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Color.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Color.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -28,6 +28,11 @@
  *
  */
 
+/** \file blender/python/generic/mathutils_Color.h
+ *  \ingroup pygen
+ */
+
+
 #ifndef MATHUTILS_COLOR_H
 #define MATHUTILS_COLOR_H
 

Modified: trunk/blender/source/blender/python/generic/mathutils_Euler.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Euler.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Euler.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils_Euler.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "mathutils.h"

Modified: trunk/blender/source/blender/python/generic/mathutils_Euler.h
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Euler.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Euler.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -28,6 +28,11 @@
  *
  */
 
+/** \file blender/python/generic/mathutils_Euler.h
+ *  \ingroup pygen
+ */
+
+
 #ifndef MATHUTILS_EULER_H
 #define MATHUTILS_EULER_H
 

Modified: trunk/blender/source/blender/python/generic/mathutils_Matrix.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Matrix.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Matrix.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -25,6 +25,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils_Matrix.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "mathutils.h"

Modified: trunk/blender/source/blender/python/generic/mathutils_Matrix.h
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Matrix.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Matrix.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -27,6 +27,11 @@
  *
  */
 
+/** \file blender/python/generic/mathutils_Matrix.h
+ *  \ingroup pygen
+ */
+
+
 #ifndef MATHUTILS_MATRIX_H
 #define MATHUTILS_MATRIX_H
 

Modified: trunk/blender/source/blender/python/generic/mathutils_Quaternion.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Quaternion.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Quaternion.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -26,6 +26,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils_Quaternion.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "mathutils.h"

Modified: trunk/blender/source/blender/python/generic/mathutils_Quaternion.h
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Quaternion.h	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Quaternion.h	2011-02-27 20:10:08 UTC (rev 35236)
@@ -28,6 +28,11 @@
  *
  */
 
+/** \file blender/python/generic/mathutils_Quaternion.h
+ *  \ingroup pygen
+ */
+
+
 #ifndef MATHUTILS_QUAT_H
 #define MATHUTILS_QUAT_H
 

Modified: trunk/blender/source/blender/python/generic/mathutils_Vector.c
===================================================================
--- trunk/blender/source/blender/python/generic/mathutils_Vector.c	2011-02-27 20:01:38 UTC (rev 35235)
+++ trunk/blender/source/blender/python/generic/mathutils_Vector.c	2011-02-27 20:10:08 UTC (rev 35236)
@@ -25,6 +25,11 @@
  * ***** END GPL LICENSE BLOCK *****
  */
 
+/** \file blender/python/generic/mathutils_Vector.c
+ *  \ingroup pygen
+ */
+
+
 #include <Python.h>
 
 #include "mathutils.h"

Modified: trunk/blender/source/blender/python/generic/mathutils_Vector.h
===================================================================

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list