aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-16 11:06:01 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-16 11:06:01 +1000
commit905b792de7a00933de9c56c20d0ba0c13e0052ce (patch)
tree99377ad3bed104c4c10fe3fd093c0beeb0281ecf /function.h
parent804f5ab334fdb8ffe0540e424cadab9329f31b14 (diff)
Improve code comment
darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz
Diffstat (limited to 'function.h')
-rw-r--r--function.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/function.h b/function.h
index a79b3725..7e172948 100644
--- a/function.h
+++ b/function.h
@@ -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
{
/**