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 ++-- source/blender/makesdna/intern/dna_genfile.c | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'source/blender') 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 #include #include -- cgit v1.2.3