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:
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;