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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-30 18:24:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-30 18:24:11 +0400
commit112162e09e486d787ace5ea4373fde8106f898c0 (patch)
tree7e1dabf372b32fc00cf68c54c490967031b24d9b /source/blender/blenpluginapi
parent99c29814f0c3960d3f0878ae02e9a100c079edc8 (diff)
code cleanup: header cleanup
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/documentation.h13
-rw-r--r--source/blender/blenpluginapi/externdef.h7
-rw-r--r--source/blender/blenpluginapi/floatpatch.h9
-rw-r--r--source/blender/blenpluginapi/iff.h7
-rw-r--r--source/blender/blenpluginapi/plugin.h7
-rw-r--r--source/blender/blenpluginapi/util.h7
6 files changed, 27 insertions, 23 deletions
diff --git a/source/blender/blenpluginapi/documentation.h b/source/blender/blenpluginapi/documentation.h
index 3e4aa3cd2ed..8a15109428f 100644
--- a/source/blender/blenpluginapi/documentation.h
+++ b/source/blender/blenpluginapi/documentation.h
@@ -23,8 +23,13 @@
* Contributor(s): none yet.
*
* ***** END GPL LICENSE BLOCK *****
+ */
+
+/**
+ * \file blender/blenpluginapi/documentation.h
+ * \ingroup blpluginapi
*
- * @mainpage plugin API - the access point for texture and sequence
+ * \mainpage plugin API - the access point for texture and sequence
* plugins
*
* \section about About the plugin API
@@ -63,10 +68,4 @@
*
* The plugins wraps functions from IMB and BLI. In addition, they
* 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 fbd81a83272..154b276c851 100644
--- a/source/blender/blenpluginapi/externdef.h
+++ b/source/blender/blenpluginapi/externdef.h
@@ -1,6 +1,3 @@
-/** \file blender/blenpluginapi/externdef.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
@@ -33,6 +30,10 @@
#ifndef __EXTERNDEF_H__
#define __EXTERNDEF_H__
+/** \file blender/blenpluginapi/externdef.h
+ * \ingroup blpluginapi
+ */
+
#ifdef WIN32
#ifdef PLUGIN_INTERN
#define LIBEXPORT __declspec(dllexport)
diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h
index 4c9b98d073d..d1c7edcc307 100644
--- a/source/blender/blenpluginapi/floatpatch.h
+++ b/source/blender/blenpluginapi/floatpatch.h
@@ -1,8 +1,5 @@
-/** \file blender/blenpluginapi/floatpatch.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
- *
+ *
* All rights reserved.
*
* Contact: info@blender.org
@@ -33,6 +30,10 @@
#ifndef __FLOATPATCH_H__
#define __FLOATPATCH_H__
+/** \file blender/blenpluginapi/floatpatch.h
+ * \ingroup blpluginapi
+ */
+
/* floating point libs differ at systems... with these defines it comilies at all! */
#ifdef MIPS1
diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h
index 6a6764cd961..98382aca889 100644
--- a/source/blender/blenpluginapi/iff.h
+++ b/source/blender/blenpluginapi/iff.h
@@ -1,6 +1,3 @@
-/** \file blender/blenpluginapi/iff.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
@@ -33,6 +30,10 @@
#ifndef __IFF_H__
#define __IFF_H__
+/** \file blender/blenpluginapi/iff.h
+ * \ingroup blpluginapi
+ */
+
#include <sys/types.h>
#include "util.h"
#include "externdef.h"
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index eb32fe80fa3..d7acb988ccd 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -1,6 +1,3 @@
-/** \file blender/blenpluginapi/plugin.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
@@ -33,6 +30,10 @@
#ifndef __PLUGIN_H__
#define __PLUGIN_H__
+/** \file blender/blenpluginapi/plugin.h
+ * \ingroup blpluginapi
+ */
+
#include "externdef.h"
#include "iff.h"
#include "util.h"
diff --git a/source/blender/blenpluginapi/util.h b/source/blender/blenpluginapi/util.h
index 340201924d7..8a049350bc6 100644
--- a/source/blender/blenpluginapi/util.h
+++ b/source/blender/blenpluginapi/util.h
@@ -1,6 +1,3 @@
-/** \file blender/blenpluginapi/util.h
- * \ingroup blpluginapi
- */
/* Copyright (c) 1999, Not a Number / NeoGeo b.v.
*
* All rights reserved.
@@ -30,6 +27,10 @@
* SUCH DAMAGE.
*/
+/** \file blender/blenpluginapi/util.h
+ * \ingroup blpluginapi
+ */
+
#ifndef __UTIL_H__
#define __UTIL_H__