On 13.11.2006, at 19:12, Stephen Deasey wrote:
Should I use 'fun' for C instead of 'cmd'?
I think this is ok.
What's the deal with 'cmd_def' and 'arg_def' rather than 'cmd' and 'arg'?
The former are used in list definitions (list_begin/list_end)
What's an i/o-mode? in/out?
Yes. Input or output argument. I guess this is ment to be defined for function arguments that pass the value and at the same time hold the return value(s).
How do I document a structure?
He... a good question.... I do not know.