[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35244] trunk/blender/source/blender/ blenpluginapi: doxygen: blender/blenpluginapi tagged.

Nathan Letwory nathan at letworyinteractive.com
Sun Feb 27 21:32:12 CET 2011


Revision: 35244
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35244
Author:   jesterking
Date:     2011-02-27 20:32:12 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
doxygen: blender/blenpluginapi tagged.

Modified Paths:
--------------
    trunk/blender/source/blender/blenpluginapi/documentation.h
    trunk/blender/source/blender/blenpluginapi/externdef.h
    trunk/blender/source/blender/blenpluginapi/floatpatch.h
    trunk/blender/source/blender/blenpluginapi/iff.h
    trunk/blender/source/blender/blenpluginapi/intern/pluginapi.c
    trunk/blender/source/blender/blenpluginapi/plugin.h
    trunk/blender/source/blender/blenpluginapi/util.h

Modified: trunk/blender/source/blender/blenpluginapi/documentation.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/documentation.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/documentation.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -67,3 +67,8 @@
  * define some useful variables.
  * */
 
+/** \file blender/blenpluginapi/documentation.h
+ *  \ingroup blpluginapi
+ */
+
+

Modified: trunk/blender/source/blender/blenpluginapi/externdef.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/externdef.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/externdef.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/externdef.h
+ *  \ingroup blpluginapi
+ */
 /* Copyright (c) 1999, Not a Number / NeoGeo b.v. 
  * 
  * All rights reserved.

Modified: trunk/blender/source/blender/blenpluginapi/floatpatch.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/floatpatch.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/floatpatch.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/floatpatch.h
+ *  \ingroup blpluginapi
+ */
 /* Copyright (c) 1999, Not a Number / NeoGeo b.v. 
  * $Id$
  * 

Modified: trunk/blender/source/blender/blenpluginapi/iff.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/iff.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/iff.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/iff.h
+ *  \ingroup blpluginapi
+ */
 /* Copyright (c) 1999, Not a Number / NeoGeo b.v. 
  * $Id$
  * 

Modified: trunk/blender/source/blender/blenpluginapi/intern/pluginapi.c
===================================================================
--- trunk/blender/source/blender/blenpluginapi/intern/pluginapi.c	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/intern/pluginapi.c	2011-02-27 20:32:12 UTC (rev 35244)
@@ -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.

Modified: trunk/blender/source/blender/blenpluginapi/plugin.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/plugin.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/plugin.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/plugin.h
+ *  \ingroup blpluginapi
+ */
 /* Copyright (c) 1999, Not a Number / NeoGeo b.v. 
  * $Id$
  * 

Modified: trunk/blender/source/blender/blenpluginapi/util.h
===================================================================
--- trunk/blender/source/blender/blenpluginapi/util.h	2011-02-27 20:30:35 UTC (rev 35243)
+++ trunk/blender/source/blender/blenpluginapi/util.h	2011-02-27 20:32:12 UTC (rev 35244)
@@ -1,3 +1,6 @@
+/** \file blender/blenpluginapi/util.h
+ *  \ingroup blpluginapi
+ */
 /* Copyright (c) 1999, Not a Number / NeoGeo b.v. 
  * $Id$
  * 




More information about the Bf-blender-cvs mailing list