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-25 13:20:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 13:20:37 +0300
commit6aae3bb5c85196bd7caa0ae941d24639988baf0c (patch)
treecfc5b5ea067a3ba365883296202b7fc08d3ddce3 /source/blender
parent3cd4110f786aae1cd600d9c0049d929ee7e34624 (diff)
doxygen: small fixes and tag adding
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h4
-rw-r--r--source/blender/makesdna/intern/dna_genfile.c5
2 files changed, 7 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index 4f7be73e7fa..683d8142cc9 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -237,12 +237,12 @@ typedef struct bActuator {
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;
diff --git a/source/blender/makesdna/intern/dna_genfile.c b/source/blender/makesdna/intern/dna_genfile.c
index c103e74ca34..3b6aafaffa0 100644
--- a/source/blender/makesdna/intern/dna_genfile.c
+++ b/source/blender/makesdna/intern/dna_genfile.c
@@ -31,6 +31,11 @@
* DNA handling
*/
+/** \file blender/makesdna/intern/dna_genfile.c
+ * \ingroup DNA
+ */
+
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>