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:
authorJoseph Eagar <joeedh@gmail.com>2011-04-15 05:19:13 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-04-15 05:19:13 +0400
commitc98148a963d37fc2f25e125afeb4cf21df6fbf14 (patch)
tree691a051e27f08e35bf09d35b6fb9c88e4c37b8d2 /source/blender/blenpluginapi
parent0bba684d08952d0be822f3906ffb2a03b2674cc2 (diff)
parentfa63c297753636c149fbb1a3877d9b3d93601357 (diff)
=bmesh= merge from trunk at r36153
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/documentation.h5
-rw-r--r--source/blender/blenpluginapi/externdef.h3
-rw-r--r--source/blender/blenpluginapi/floatpatch.h3
-rw-r--r--source/blender/blenpluginapi/iff.h3
-rw-r--r--source/blender/blenpluginapi/intern/pluginapi.c5
-rw-r--r--source/blender/blenpluginapi/plugin.h3
-rw-r--r--source/blender/blenpluginapi/util.h3
7 files changed, 25 insertions, 0 deletions
diff --git a/source/blender/blenpluginapi/documentation.h b/source/blender/blenpluginapi/documentation.h
index 3bf43a6bc9b..136306e9088 100644
--- a/source/blender/blenpluginapi/documentation.h
+++ b/source/blender/blenpluginapi/documentation.h
@@ -67,3 +67,8 @@
* define some useful variables.
* */
+/** \file blender/blenpluginapi/documentation.h
+ * \ingroup blpluginapi
+ */
+
+
diff --git a/source/blender/blenpluginapi/externdef.h b/source/blender/blenpluginapi/externdef.h
index 14a3115ce33..28239d117cd 100644
--- a/source/blender/blenpluginapi/externdef.h
+++ b/source/blender/blenpluginapi/externdef.h
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/externdef.h
+ * \ingroup blpluginapi
+ */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h
index 8e6fab8a363..22e956ab8f8 100644
--- a/source/blender/blenpluginapi/floatpatch.h
+++ b/source/blender/blenpluginapi/floatpatch.h
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/floatpatch.h
+ * \ingroup blpluginapi
+ */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
* $Id$
*
diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h
index 668d14508ec..bccc7bdb769 100644
--- a/source/blender/blenpluginapi/iff.h
+++ b/source/blender/blenpluginapi/iff.h
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/iff.h
+ * \ingroup blpluginapi
+ */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
* $Id$
*
diff --git a/source/blender/blenpluginapi/intern/pluginapi.c b/source/blender/blenpluginapi/intern/pluginapi.c
index ab21e5a96fc..6e1ab447659 100644
--- a/source/blender/blenpluginapi/intern/pluginapi.c
+++ b/source/blender/blenpluginapi/intern/pluginapi.c
@@ -28,6 +28,11 @@
* Wrappers for the plugin api. This api is up for removal.
*/
+/** \file blender/blenpluginapi/intern/pluginapi.c
+ * \ingroup blenpluginapi
+ */
+
+
/* There are four headers making up the plugin api:
* - floatpatch.h : Wraps math functions for mips platforms, no code
* required.
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index da044cf7317..174fd54462a 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/plugin.h
+ * \ingroup blpluginapi
+ */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
* $Id$
*
diff --git a/source/blender/blenpluginapi/util.h b/source/blender/blenpluginapi/util.h
index b0b5f3aae54..9c6d4e8a4e5 100644
--- a/source/blender/blenpluginapi/util.h
+++ b/source/blender/blenpluginapi/util.h
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/util.h
+ * \ingroup blpluginapi
+ */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
* $Id$
*