mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Improve code comment
darcs-hash:20080116010601-75c98-fc7e940543424479bf1016cec26af619f177f5fd.gz
This commit is contained in:
parent
804f5ab334
commit
905b792de7
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue