[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35140] trunk/blender/source/blender/ makesdna: doxygen: small fixes and tag adding

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 25 11:20:37 CET 2011


Revision: 35140
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35140
Author:   jesterking
Date:     2011-02-25 10:20:37 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
doxygen: small fixes and tag adding

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_actuator_types.h
    trunk/blender/source/blender/makesdna/intern/dna_genfile.c

Modified: trunk/blender/source/blender/makesdna/DNA_actuator_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_actuator_types.h	2011-02-25 10:01:33 UTC (rev 35139)
+++ trunk/blender/source/blender/makesdna/DNA_actuator_types.h	2011-02-25 10:20:37 UTC (rev 35140)
@@ -237,12 +237,12 @@
 	char name[32];
 
 	/**
-	 * \var Data must point to an object actuator type struct.
+	 * data must point to an object actuator type struct.
 	 */
 	void *data;
 
 	/**
-	 * \var For ipo's and props: to find out which object the actuator
+	 * For ipo's and props: to find out which object the actuator
 	 * belongs to */
 	struct Object *ob;		
 	

Modified: trunk/blender/source/blender/makesdna/intern/dna_genfile.c
===================================================================
--- trunk/blender/source/blender/makesdna/intern/dna_genfile.c	2011-02-25 10:01:33 UTC (rev 35139)
+++ trunk/blender/source/blender/makesdna/intern/dna_genfile.c	2011-02-25 10:20:37 UTC (rev 35140)
@@ -31,6 +31,11 @@
  * DNA handling
  */
 
+/** \file blender/makesdna/intern/dna_genfile.c
+ *  \ingroup DNA
+ */
+
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>




More information about the Bf-blender-cvs mailing list