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
parent92ea5eda9024bd59e17219793c775d1dccf0df84 (diff)
doxygen: blender/python tagged.
Diffstat (limited to 'source/blender')
-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
-rw-r--r--source/blender/python/intern/bpy.c5
-rw-r--r--source/blender/python/intern/bpy.h5
-rw-r--r--source/blender/python/intern/bpy_app.c5
-rw-r--r--source/blender/python/intern/bpy_app.h5
-rw-r--r--source/blender/python/intern/bpy_driver.c5
-rw-r--r--source/blender/python/intern/bpy_driver.h5
-rw-r--r--source/blender/python/intern/bpy_interface.c5
-rw-r--r--source/blender/python/intern/bpy_operator.c7
-rw-r--r--source/blender/python/intern/bpy_operator.h5
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.c7
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.h5
-rw-r--r--source/blender/python/intern/bpy_props.c5
-rw-r--r--source/blender/python/intern/bpy_props.h5
-rw-r--r--source/blender/python/intern/bpy_rna.c5
-rw-r--r--source/blender/python/intern/bpy_rna.h5
-rw-r--r--source/blender/python/intern/bpy_rna_array.c5
-rw-r--r--source/blender/python/intern/bpy_rna_callback.c5
-rw-r--r--source/blender/python/intern/bpy_rna_callback.h5
-rw-r--r--source/blender/python/intern/bpy_traceback.c5
-rw-r--r--source/blender/python/intern/bpy_traceback.h5
-rw-r--r--source/blender/python/intern/bpy_util.c5
-rw-r--r--source/blender/python/intern/bpy_util.h5
-rw-r--r--source/blender/python/intern/stubs.c5
49 files changed, 247 insertions, 2 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
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index 3cb9e500852..1f66e106374 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy.c
+ * \ingroup pythonintern
+ */
+
/* This file defines the '_bpy' module which is used by python's 'bpy' package.
* a script writer should never directly access this module */
diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h
index e3064fe3ca1..0f298c1daf1 100644
--- a/source/blender/python/intern/bpy.h
+++ b/source/blender/python/intern/bpy.h
@@ -20,6 +20,11 @@
* Contributor(s): Campbell Barton
*
* ***** END GPL LICENSE BLOCK ***** */
+
+/** \file blender/python/intern/bpy.h
+ * \ingroup pythonintern
+ */
+
void BPy_init_modules( void );
extern PyObject *bpy_package_py;
diff --git a/source/blender/python/intern/bpy_app.c b/source/blender/python/intern/bpy_app.c
index e58afe8eace..c4e2500f221 100644
--- a/source/blender/python/intern/bpy_app.c
+++ b/source/blender/python/intern/bpy_app.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_app.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_app.h"
diff --git a/source/blender/python/intern/bpy_app.h b/source/blender/python/intern/bpy_app.h
index cf19218f0b0..d57e4688f46 100644
--- a/source/blender/python/intern/bpy_app.h
+++ b/source/blender/python/intern/bpy_app.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_app.h
+ * \ingroup pythonintern
+ */
+
#ifndef BPY_APP_H
#define BPY_APP_H
diff --git a/source/blender/python/intern/bpy_driver.c b/source/blender/python/intern/bpy_driver.c
index 7072fbc09a7..0445298649f 100644
--- a/source/blender/python/intern/bpy_driver.c
+++ b/source/blender/python/intern/bpy_driver.c
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_driver.c
+ * \ingroup pythonintern
+ */
+
/* ****************************************** */
/* Drivers - PyExpression Evaluation */
diff --git a/source/blender/python/intern/bpy_driver.h b/source/blender/python/intern/bpy_driver.h
index 3e7cd68eef0..5d29e171e2d 100644
--- a/source/blender/python/intern/bpy_driver.h
+++ b/source/blender/python/intern/bpy_driver.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_driver.h
+ * \ingroup pythonintern
+ */
+
#ifndef BPY_DRIVER_H
#define BPY_DRIVER_H
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index 60ada6e983b..ade7ff62519 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -22,6 +22,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_interface.c
+ * \ingroup pythonintern
+ */
+
/* grr, python redefines */
#ifdef _POSIX_C_SOURCE
diff --git a/source/blender/python/intern/bpy_operator.c b/source/blender/python/intern/bpy_operator.c
index cb527f562eb..e4df94cfbc0 100644
--- a/source/blender/python/intern/bpy_operator.c
+++ b/source/blender/python/intern/bpy_operator.c
@@ -1,5 +1,5 @@
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_operator.c
+ * \ingroup pythonintern
+ */
+
+
/* Note, this module is not to be used directly by the user.
* Internally its exposed as '_bpy.ops', which provides functions for 'bpy.ops', a python package.
* */
diff --git a/source/blender/python/intern/bpy_operator.h b/source/blender/python/intern/bpy_operator.h
index a8bf8436e83..60cb78f9af5 100644
--- a/source/blender/python/intern/bpy_operator.h
+++ b/source/blender/python/intern/bpy_operator.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_operator.h
+ * \ingroup pythonintern
+ */
+
#ifndef BPY_OPERATOR_H
#define BPY_OPERATOR_H
diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c
index 51ab889e321..78b731fdde1 100644
--- a/source/blender/python/intern/bpy_operator_wrap.c
+++ b/source/blender/python/intern/bpy_operator_wrap.c
@@ -1,5 +1,5 @@
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
@@ -23,6 +23,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_operator_wrap.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_operator_wrap.h"
diff --git a/source/blender/python/intern/bpy_operator_wrap.h b/source/blender/python/intern/bpy_operator_wrap.h
index 599a42f7bd8..f833b2f0028 100644
--- a/source/blender/python/intern/bpy_operator_wrap.h
+++ b/source/blender/python/intern/bpy_operator_wrap.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_operator_wrap.h
+ * \ingroup pythonintern
+ */
+
#ifndef BPY_OPERATOR_WRAP_H
#define BPY_OPERATOR_WRAP_H
diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index c8af0d63e3b..bae32090529 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_props.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_props.h"
diff --git a/source/blender/python/intern/bpy_props.h b/source/blender/python/intern/bpy_props.h
index 828c6719ffc..f306d6898d1 100644
--- a/source/blender/python/intern/bpy_props.h
+++ b/source/blender/python/intern/bpy_props.h
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_props.h
+ * \ingroup pythonintern
+ */
+
+
#ifndef BPY_PROPS_H
#define BPY_PROPS_H
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index f18b1aee5ab..c8ec97420da 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_rna.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include <stddef.h>
diff --git a/source/blender/python/intern/bpy_rna.h b/source/blender/python/intern/bpy_rna.h
index e213ce90dae..bedf5376b18 100644
--- a/source/blender/python/intern/bpy_rna.h
+++ b/source/blender/python/intern/bpy_rna.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_rna.h
+ * \ingroup pythonintern
+ */
+
#ifndef BPY_RNA_H
#define BPY_RNA_H
diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c
index 8f5af1e366e..dc2f56fea99 100644
--- a/source/blender/python/intern/bpy_rna_array.c
+++ b/source/blender/python/intern/bpy_rna_array.c
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/python/intern/bpy_rna_array.c
+ * \ingroup pythonintern
+ */
+
#include <Python.h>
#include "bpy_rna.h"
diff --git a/source/blender/python/intern/bpy_rna_callback.c b/source/blender/python/intern/bpy_rna_callback.c
index a455a588c04..81ec955300a 100644
--- a/source/blender/python/intern/bpy_rna_callback.c
+++ b/source/blender/python/intern/bpy_rna_callback.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_rna_callback.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_rna.h"
diff --git a/source/blender/python/intern/bpy_rna_callback.h b/source/blender/python/intern/bpy_rna_callback.h
index 8b218aaefb2..2cea99fe20c 100644
--- a/source/blender/python/intern/bpy_rna_callback.h
+++ b/source/blender/python/intern/bpy_rna_callback.h
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_rna_callback.h
+ * \ingroup pythonintern
+ */
+
+
struct BPy_StructRNA;
struct PyObject;
diff --git a/source/blender/python/intern/bpy_traceback.c b/source/blender/python/intern/bpy_traceback.c
index ca94378a72a..171454da19b 100644
--- a/source/blender/python/intern/bpy_traceback.c
+++ b/source/blender/python/intern/bpy_traceback.c
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_traceback.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include <frameobject.h>
diff --git a/source/blender/python/intern/bpy_traceback.h b/source/blender/python/intern/bpy_traceback.h
index ade1c067c9c..3ed1f99aa20 100644
--- a/source/blender/python/intern/bpy_traceback.h
+++ b/source/blender/python/intern/bpy_traceback.h
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_traceback.h
+ * \ingroup pythonintern
+ */
+
+
#ifndef BPY_TRACEBACK_H
#define BPY_TRACEBACK_H
diff --git a/source/blender/python/intern/bpy_util.c b/source/blender/python/intern/bpy_util.c
index 95d2f3bba9f..3d5090b73fa 100644
--- a/source/blender/python/intern/bpy_util.c
+++ b/source/blender/python/intern/bpy_util.c
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_util.c
+ * \ingroup pythonintern
+ */
+
+
#include <Python.h>
#include "bpy_util.h"
diff --git a/source/blender/python/intern/bpy_util.h b/source/blender/python/intern/bpy_util.h
index b35a6b20306..9b217e77844 100644
--- a/source/blender/python/intern/bpy_util.h
+++ b/source/blender/python/intern/bpy_util.h
@@ -22,6 +22,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/bpy_util.h
+ * \ingroup pythonintern
+ */
+
+
#ifndef BPY_UTIL_H
#define BPY_UTIL_H
diff --git a/source/blender/python/intern/stubs.c b/source/blender/python/intern/stubs.c
index 7f87dd36f6d..1e9f430e2b3 100644
--- a/source/blender/python/intern/stubs.c
+++ b/source/blender/python/intern/stubs.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/python/intern/stubs.c
+ * \ingroup pythonintern
+ */
+
+
/* python, will come back */
//void BPY_script_exec(void) {}
//void BPY_python_start(void) {}