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:29:51 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:29:51 +0300
commit95100afc1210e7f95a97c85b51ec94719db24b94 (patch)
tree144862197ce200210cd2261fdb0fad6fd930a726 /source/blender/editors/armature
parent93b144548d86140d126702b32300259d31a7faf2 (diff)
doxygen: blender/editors tagged.
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/BIF_generate.h5
-rw-r--r--source/blender/editors/armature/BIF_retarget.h5
-rw-r--r--source/blender/editors/armature/armature_intern.h5
-rw-r--r--source/blender/editors/armature/armature_ops.c5
-rw-r--r--source/blender/editors/armature/editarmature.c5
-rw-r--r--source/blender/editors/armature/editarmature_generate.c5
-rw-r--r--source/blender/editors/armature/editarmature_retarget.c5
-rw-r--r--source/blender/editors/armature/editarmature_sketch.c5
-rw-r--r--source/blender/editors/armature/meshlaplacian.c5
-rw-r--r--source/blender/editors/armature/meshlaplacian.h5
-rw-r--r--source/blender/editors/armature/poseSlide.c5
-rw-r--r--source/blender/editors/armature/poseUtils.c5
-rw-r--r--source/blender/editors/armature/poselib.c5
-rw-r--r--source/blender/editors/armature/poseobject.c5
-rw-r--r--source/blender/editors/armature/reeb.c5
-rw-r--r--source/blender/editors/armature/reeb.h5
16 files changed, 80 insertions, 0 deletions
diff --git a/source/blender/editors/armature/BIF_generate.h b/source/blender/editors/armature/BIF_generate.h
index 3c9f517726f..0614bd26c00 100644
--- a/source/blender/editors/armature/BIF_generate.h
+++ b/source/blender/editors/armature/BIF_generate.h
@@ -19,6 +19,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/BIF_generate.h
+ * \ingroup edarmature
+ */
+
#ifndef BIF_GENERATE_H
#define BIF_GENERATE_H
diff --git a/source/blender/editors/armature/BIF_retarget.h b/source/blender/editors/armature/BIF_retarget.h
index 8f2b32844b5..e0604f3cefb 100644
--- a/source/blender/editors/armature/BIF_retarget.h
+++ b/source/blender/editors/armature/BIF_retarget.h
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/armature/BIF_retarget.h
+ * \ingroup edarmature
+ */
+
+
#ifndef BIF_RETARGET_H
#define BIF_RETARGET_H
diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h
index 2a1185f99c0..5110f04aa6b 100644
--- a/source/blender/editors/armature/armature_intern.h
+++ b/source/blender/editors/armature/armature_intern.h
@@ -25,6 +25,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/armature_intern.h
+ * \ingroup edarmature
+ */
+
#ifndef ED_ARMATURE_INTERN_H
#define ED_ARMATURE_INTERN_H
diff --git a/source/blender/editors/armature/armature_ops.c b/source/blender/editors/armature/armature_ops.c
index 26414e59a3c..254174dc090 100644
--- a/source/blender/editors/armature/armature_ops.c
+++ b/source/blender/editors/armature/armature_ops.c
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/armature/armature_ops.c
+ * \ingroup edarmature
+ */
+
+
#include <stdlib.h>
#include <math.h>
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index ff608d0c068..8d555e17d8f 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/armature/editarmature.c
+ * \ingroup edarmature
+ */
+
+
#include <ctype.h>
#include <stdlib.h>
#include <stddef.h>
diff --git a/source/blender/editors/armature/editarmature_generate.c b/source/blender/editors/armature/editarmature_generate.c
index dfab2db5307..17bd43ff2d8 100644
--- a/source/blender/editors/armature/editarmature_generate.c
+++ b/source/blender/editors/armature/editarmature_generate.c
@@ -28,6 +28,11 @@
* editarmature.c: Interface for creating and posing armature objects
*/
+/** \file blender/editors/armature/editarmature_generate.c
+ * \ingroup edarmature
+ */
+
+
#include <string.h>
#include <math.h>
#include <float.h>
diff --git a/source/blender/editors/armature/editarmature_retarget.c b/source/blender/editors/armature/editarmature_retarget.c
index 291a91b3ae0..bd05f7f6581 100644
--- a/source/blender/editors/armature/editarmature_retarget.c
+++ b/source/blender/editors/armature/editarmature_retarget.c
@@ -23,6 +23,11 @@
* autoarmature.c: Interface for automagically manipulating armature (retarget, created, ...)
*/
+/** \file blender/editors/armature/editarmature_retarget.c
+ * \ingroup edarmature
+ */
+
+
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
diff --git a/source/blender/editors/armature/editarmature_sketch.c b/source/blender/editors/armature/editarmature_sketch.c
index c11263810cb..4b83af30799 100644
--- a/source/blender/editors/armature/editarmature_sketch.c
+++ b/source/blender/editors/armature/editarmature_sketch.c
@@ -20,6 +20,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/armature/editarmature_sketch.c
+ * \ingroup edarmature
+ */
+
+
#include <string.h>
#include <math.h>
#include <float.h>
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index efd671c64b3..720413650fa 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -28,6 +28,11 @@
* meshlaplacian.c: Algorithms using the mesh laplacian.
*/
+/** \file blender/editors/armature/meshlaplacian.c
+ * \ingroup edarmature
+ */
+
+
#include <math.h>
#include <string.h>
diff --git a/source/blender/editors/armature/meshlaplacian.h b/source/blender/editors/armature/meshlaplacian.h
index 74de015e12e..45c539b8ef5 100644
--- a/source/blender/editors/armature/meshlaplacian.h
+++ b/source/blender/editors/armature/meshlaplacian.h
@@ -28,6 +28,11 @@
* BIF_meshlaplacian.h: Algorithms using the mesh laplacian.
*/
+/** \file blender/editors/armature/meshlaplacian.h
+ * \ingroup edarmature
+ */
+
+
#ifndef BIF_MESHLAPLACIAN_H
#define BIF_MESHLAPLACIAN_H
diff --git a/source/blender/editors/armature/poseSlide.c b/source/blender/editors/armature/poseSlide.c
index 5a7c7ffcaf9..d3d430f4331 100644
--- a/source/blender/editors/armature/poseSlide.c
+++ b/source/blender/editors/armature/poseSlide.c
@@ -24,6 +24,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/poseSlide.c
+ * \ingroup edarmature
+ */
+
#include <stdlib.h>
#include <stdio.h>
diff --git a/source/blender/editors/armature/poseUtils.c b/source/blender/editors/armature/poseUtils.c
index c9ba7583689..f95f8836d71 100644
--- a/source/blender/editors/armature/poseUtils.c
+++ b/source/blender/editors/armature/poseUtils.c
@@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/editors/armature/poseUtils.c
+ * \ingroup edarmature
+ */
+
+
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
diff --git a/source/blender/editors/armature/poselib.c b/source/blender/editors/armature/poselib.c
index c8eb141eca7..eb608e855a8 100644
--- a/source/blender/editors/armature/poselib.c
+++ b/source/blender/editors/armature/poselib.c
@@ -24,6 +24,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/poselib.c
+ * \ingroup edarmature
+ */
+
#include <stdlib.h>
#include <stdio.h>
diff --git a/source/blender/editors/armature/poseobject.c b/source/blender/editors/armature/poseobject.c
index 352b1169d13..6baf76192a6 100644
--- a/source/blender/editors/armature/poseobject.c
+++ b/source/blender/editors/armature/poseobject.c
@@ -27,6 +27,11 @@
* support for animation modes - Reevan McKay
*/
+/** \file blender/editors/armature/poseobject.c
+ * \ingroup edarmature
+ */
+
+
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
diff --git a/source/blender/editors/armature/reeb.c b/source/blender/editors/armature/reeb.c
index 61ad5528607..490d4c587f9 100644
--- a/source/blender/editors/armature/reeb.c
+++ b/source/blender/editors/armature/reeb.c
@@ -24,6 +24,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/reeb.c
+ * \ingroup edarmature
+ */
+
#include <math.h>
#include <string.h> // for memcpy
diff --git a/source/blender/editors/armature/reeb.h b/source/blender/editors/armature/reeb.h
index 05fba609041..3ef33c4e2c4 100644
--- a/source/blender/editors/armature/reeb.h
+++ b/source/blender/editors/armature/reeb.h
@@ -21,6 +21,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file blender/editors/armature/reeb.h
+ * \ingroup edarmature
+ */
+
#ifndef REEB_H_
#define REEB_H_