Improve code comment

darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz
This commit is contained in:
liljencrantz 2008-01-16 11:06:01 +10:00
parent 804f5ab334
commit 905b792de7

View file

@ -15,7 +15,11 @@
#include "util.h"
/**
Structure describing a function
Structure describing a function. This is used by the parser to
store data on a function while parsing it. It is not used
internally to store functions, the function_internal_data_t
structure is used for that purpose. Parhaps these two should be
merged.
*/
typedef struct function_data
{