[Doxygen-users] (no subject)
Brought to you by:
dimitri
From: Paul F. <pa...@fr...> - 2007-07-23 08:51:47
|
Hi We have a fair bit of Tcl C code in our projects. Typically, the functions will have a signature that contains Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[] Of course, nobody is interested in documenting these arguments (with @param), what is of interest are the arguments that are contained in the objv array. Does anyone have any ideas/experience of documenting such arguments that have a level of indirection? Regards Paul Floyd |