Skip to content

Commit

Permalink
Improve code comment
Browse files Browse the repository at this point in the history
darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz
  • Loading branch information
liljencrantz committed Jan 16, 2008
1 parent 804f5ab commit 905b792
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions function.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
#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
{
/**
Expand Down

0 comments on commit 905b792

Please sign in to comment.