doxygen: small fixes and tag adding

This commit is contained in:
Nathan Letwory 2011-02-25 10:20:37 +00:00
parent 3cd4110f78
commit 6aae3bb5c8
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -31,6 +31,11 @@
* DNA handling
*/
/** \file blender/makesdna/intern/dna_genfile.c
* \ingroup DNA
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>