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:32:12 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-27 23:32:12 +0300
commit1e141725c5d3c09e0a8135b42a174dde3b7ec16a (patch)
tree5f8ffeda3a38b121a56e2e04848d640b40b495eb /source/blender/blenpluginapi
parentcaf9fb6cceffa331e10555d518acc7a2d10f100b (diff)
doxygen: blender/blenpluginapi tagged.
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$
*