Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:10:08 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:10:08 +0300
commit5a760e22fcb915cd517c180b9e37e2d74391eb55 (patch)
treed7b2b1621d1b748cf7d8cd899019584369e36ad0 /source/blender/python/generic
parent92ea5eda9024bd59e17219793c775d1dccf0df84 (diff)
doxygen: blender/python tagged.
Diffstat (limited to 'source/blender/python/generic')
-rw-r--r--source/blender/python/generic/IDProp.c5
-rw-r--r--source/blender/python/generic/IDProp.h5
-rw-r--r--source/blender/python/generic/bgl.c5
-rw-r--r--source/blender/python/generic/bgl.h5
-rw-r--r--source/blender/python/generic/blf_py_api.c5
-rw-r--r--source/blender/python/generic/blf_py_api.h5
-rw-r--r--source/blender/python/generic/bpy_internal_import.c5
-rw-r--r--source/blender/python/generic/bpy_internal_import.h5
-rw-r--r--source/blender/python/generic/mathutils.c5
-rw-r--r--source/blender/python/generic/mathutils.h5
-rw-r--r--source/blender/python/generic/mathutils_Color.c5
-rw-r--r--source/blender/python/generic/mathutils_Color.h5
-rw-r--r--source/blender/python/generic/mathutils_Euler.c5
-rw-r--r--source/blender/python/generic/mathutils_Euler.h5
-rw-r--r--source/blender/python/generic/mathutils_Matrix.c5
-rw-r--r--source/blender/python/generic/mathutils_Matrix.h5
-rw-r--r--source/blender/python/generic/mathutils_Quaternion.c5
-rw-r--r--source/blender/python/generic/mathutils_Quaternion.h5
-rw-r--r--source/blender/python/generic/mathutils_Vector.c5
-rw-r--r--source/blender/python/generic/mathutils_Vector.h5
-rw-r--r--source/blender/python/generic/mathutils_geometry.c5
-rw-r--r--source/blender/python/generic/mathutils_geometry.h5
-rw-r--r--source/blender/python/generic/noise_py_api.c5
-rw-r--r--source/blender/python/generic/noise_py_api.h5
-rw-r--r--source/blender/python/generic/py_capi_utils.c5
-rw-r--r--source/blender/python/generic/py_capi_utils.h5
26 files changed, 130 insertions, 0 deletions
diff --git a/source/blender/python/generic/IDProp.c b/source/blender/python/generic/IDProp.c
index a83359c31f7..58b3f972a67 100644
--- a/source/blender/python/generic/IDProp.c
+++ b/source/blender/python/generic/IDProp.c
@@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/IDProp.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "IDProp.h"
diff --git a/source/blender/python/generic/IDProp.h b/source/blender/python/generic/IDProp.h
index 2b2afb3f792..0ca8af81f7c 100644
--- a/source/blender/python/generic/IDProp.h
+++ b/source/blender/python/generic/IDProp.h
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/IDProp.h
+ * \ingroup pygen
+ */
+
+
#ifndef IDPROP_H
#define IDPROP_H
diff --git a/source/blender/python/generic/bgl.c b/source/blender/python/generic/bgl.c
index 63d310ae4e0..e47ea1a53b7 100644
--- a/source/blender/python/generic/bgl.c
+++ b/source/blender/python/generic/bgl.c
@@ -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. */
diff --git a/source/blender/python/generic/bgl.h b/source/blender/python/generic/bgl.h
index 48462bc108e..a870e82d4fd 100644
--- a/source/blender/python/generic/bgl.h
+++ b/source/blender/python/generic/bgl.h
@@ -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
diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c
index a32e40133bd..0653f967c14 100644
--- a/source/blender/python/generic/blf_py_api.c
+++ b/source/blender/python/generic/blf_py_api.c
@@ -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"
diff --git a/source/blender/python/generic/blf_py_api.h b/source/blender/python/generic/blf_py_api.h
index 316bad3a4c9..ff834077486 100644
--- a/source/blender/python/generic/blf_py_api.h
+++ b/source/blender/python/generic/blf_py_api.h
@@ -22,4 +22,9 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/blf_py_api.h
+ * \ingroup pygen
+ */
+
+
PyObject *BPyInit_blf(void);
diff --git a/source/blender/python/generic/bpy_internal_import.c b/source/blender/python/generic/bpy_internal_import.c
index f68f499a28c..533225b1135 100644
--- a/source/blender/python/generic/bpy_internal_import.c
+++ b/source/blender/python/generic/bpy_internal_import.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/bpy_internal_import.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include <stddef.h>
diff --git a/source/blender/python/generic/bpy_internal_import.h b/source/blender/python/generic/bpy_internal_import.h
index dd7a3ab9f64..45169b1b56f 100644
--- a/source/blender/python/generic/bpy_internal_import.h
+++ b/source/blender/python/generic/bpy_internal_import.h
@@ -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
diff --git a/source/blender/python/generic/mathutils.c b/source/blender/python/generic/mathutils.c
index b925dfc0d32..3380f9aea62 100644
--- a/source/blender/python/generic/mathutils.c
+++ b/source/blender/python/generic/mathutils.c
@@ -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.
diff --git a/source/blender/python/generic/mathutils.h b/source/blender/python/generic/mathutils.h
index 7d0644b3c76..674aefa3705 100644
--- a/source/blender/python/generic/mathutils.h
+++ b/source/blender/python/generic/mathutils.h
@@ -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
diff --git a/source/blender/python/generic/mathutils_Color.c b/source/blender/python/generic/mathutils_Color.c
index 047bda1b2c5..50dd6592ca4 100644
--- a/source/blender/python/generic/mathutils_Color.c
+++ b/source/blender/python/generic/mathutils_Color.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_Color.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils.h"
diff --git a/source/blender/python/generic/mathutils_Color.h b/source/blender/python/generic/mathutils_Color.h
index 619cccbe085..0fc880363f4 100644
--- a/source/blender/python/generic/mathutils_Color.h
+++ b/source/blender/python/generic/mathutils_Color.h
@@ -28,6 +28,11 @@
*
*/
+/** \file blender/python/generic/mathutils_Color.h
+ * \ingroup pygen
+ */
+
+
#ifndef MATHUTILS_COLOR_H
#define MATHUTILS_COLOR_H
diff --git a/source/blender/python/generic/mathutils_Euler.c b/source/blender/python/generic/mathutils_Euler.c
index 95e7483d7be..c685f49842c 100644
--- a/source/blender/python/generic/mathutils_Euler.c
+++ b/source/blender/python/generic/mathutils_Euler.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_Euler.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils.h"
diff --git a/source/blender/python/generic/mathutils_Euler.h b/source/blender/python/generic/mathutils_Euler.h
index 1bb26ec21d2..849e16c2bb7 100644
--- a/source/blender/python/generic/mathutils_Euler.h
+++ b/source/blender/python/generic/mathutils_Euler.h
@@ -28,6 +28,11 @@
*
*/
+/** \file blender/python/generic/mathutils_Euler.h
+ * \ingroup pygen
+ */
+
+
#ifndef MATHUTILS_EULER_H
#define MATHUTILS_EULER_H
diff --git a/source/blender/python/generic/mathutils_Matrix.c b/source/blender/python/generic/mathutils_Matrix.c
index 07d4dc880c2..ea0b04cfba1 100644
--- a/source/blender/python/generic/mathutils_Matrix.c
+++ b/source/blender/python/generic/mathutils_Matrix.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_Matrix.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils.h"
diff --git a/source/blender/python/generic/mathutils_Matrix.h b/source/blender/python/generic/mathutils_Matrix.h
index 505a7253f1a..aa736d1e959 100644
--- a/source/blender/python/generic/mathutils_Matrix.h
+++ b/source/blender/python/generic/mathutils_Matrix.h
@@ -27,6 +27,11 @@
*
*/
+/** \file blender/python/generic/mathutils_Matrix.h
+ * \ingroup pygen
+ */
+
+
#ifndef MATHUTILS_MATRIX_H
#define MATHUTILS_MATRIX_H
diff --git a/source/blender/python/generic/mathutils_Quaternion.c b/source/blender/python/generic/mathutils_Quaternion.c
index 42c295c0d7e..ca342e72637 100644
--- a/source/blender/python/generic/mathutils_Quaternion.c
+++ b/source/blender/python/generic/mathutils_Quaternion.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_Quaternion.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils.h"
diff --git a/source/blender/python/generic/mathutils_Quaternion.h b/source/blender/python/generic/mathutils_Quaternion.h
index 6052dfa1a41..d606621390a 100644
--- a/source/blender/python/generic/mathutils_Quaternion.h
+++ b/source/blender/python/generic/mathutils_Quaternion.h
@@ -28,6 +28,11 @@
*
*/
+/** \file blender/python/generic/mathutils_Quaternion.h
+ * \ingroup pygen
+ */
+
+
#ifndef MATHUTILS_QUAT_H
#define MATHUTILS_QUAT_H
diff --git a/source/blender/python/generic/mathutils_Vector.c b/source/blender/python/generic/mathutils_Vector.c
index 9408a61a368..950a2c43e13 100644
--- a/source/blender/python/generic/mathutils_Vector.c
+++ b/source/blender/python/generic/mathutils_Vector.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_Vector.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils.h"
diff --git a/source/blender/python/generic/mathutils_Vector.h b/source/blender/python/generic/mathutils_Vector.h
index 4013a392ff9..0ede836ce44 100644
--- a/source/blender/python/generic/mathutils_Vector.h
+++ b/source/blender/python/generic/mathutils_Vector.h
@@ -28,6 +28,11 @@
*
*/
+/** \file blender/python/generic/mathutils_Vector.h
+ * \ingroup pygen
+ */
+
+
#ifndef MATHUTILS_VECTOR_H
#define MATHUTILS_VECTOR_H
diff --git a/source/blender/python/generic/mathutils_geometry.c b/source/blender/python/generic/mathutils_geometry.c
index 62867eb46c1..e4c02fec1d6 100644
--- a/source/blender/python/generic/mathutils_geometry.c
+++ b/source/blender/python/generic/mathutils_geometry.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/mathutils_geometry.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include "mathutils_geometry.h"
diff --git a/source/blender/python/generic/mathutils_geometry.h b/source/blender/python/generic/mathutils_geometry.h
index 1af25c7a751..929b8cc8d75 100644
--- a/source/blender/python/generic/mathutils_geometry.h
+++ b/source/blender/python/generic/mathutils_geometry.h
@@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/generic/mathutils_geometry.h
+ * \ingroup pygen
+ */
+
/*Include this file for access to vector, quat, matrix, euler, etc...*/
#ifndef MATHUTILS_GEOMETRY_H
diff --git a/source/blender/python/generic/noise_py_api.c b/source/blender/python/generic/noise_py_api.c
index f4c662f3170..b4ad761a305 100644
--- a/source/blender/python/generic/noise_py_api.c
+++ b/source/blender/python/generic/noise_py_api.c
@@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/noise_py_api.c
+ * \ingroup pygen
+ */
+
+
/************************/
/* Blender Noise Module */
/************************/
diff --git a/source/blender/python/generic/noise_py_api.h b/source/blender/python/generic/noise_py_api.h
index 0a1bc09157b..2bf779a6b72 100644
--- a/source/blender/python/generic/noise_py_api.h
+++ b/source/blender/python/generic/noise_py_api.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/generic/noise_py_api.h
+ * \ingroup pygen
+ */
+
#ifndef NOISE_PY_API_H
#define NOISE_PY_API_H
diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c
index e8315938748..ed24c164921 100644
--- a/source/blender/python/generic/py_capi_utils.c
+++ b/source/blender/python/generic/py_capi_utils.c
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/generic/py_capi_utils.c
+ * \ingroup pygen
+ */
+
+
#include <Python.h>
#include <frameobject.h>
diff --git a/source/blender/python/generic/py_capi_utils.h b/source/blender/python/generic/py_capi_utils.h
index 8d16068441a..c78e78b5a0b 100644
--- a/source/blender/python/generic/py_capi_utils.h
+++ b/source/blender/python/generic/py_capi_utils.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/generic/py_capi_utils.h
+ * \ingroup pygen
+ */
+
#ifndef PY_CAPI_UTILS_H
#define PY_CAPI_UTILS_H