From 6aae3bb5c85196bd7caa0ae941d24639988baf0c Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 25 Feb 2011 10:20:37 +0000 Subject: doxygen: small fixes and tag adding --- source/blender/makesdna/DNA_actuator_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_actuator_types.h') 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; -- cgit v1.2.3