From 905b792de7a00933de9c56c20d0ba0c13e0052ce Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Wed, 16 Jan 2008 11:06:01 +1000 Subject: [PATCH] Improve code comment darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz --- function.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/function.h b/function.h index a79b37251..7e1729486 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 { /**