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/makesdna/DNA_actuator_types.h
parent3cd4110f786aae1cd600d9c0049d929ee7e34624 (diff)
doxygen: small fixes and tag adding
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h4
1 files changed, 2 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;