Hi,
is there a way to let doxygen understand the use of the ARGS C macro,
to allow the correct cross-referencing?
Example:
Doxygen 1.2.6 produced a funny cross-reference to ARGS in the line:
static node_ptr make_quantifiers ARGS((node_ptr, add_ptr));
pointing to :
"Function Documentation
EXTERN char* get_text ARGS ( (string_ptr str) )
EXTERN string_ptr find_string ARGS ( (char *) )
EXTERN void init_string ARGS ( (void) ) "
and no cross-reference associated to the function "make_quantifiers".
Thanks a lot
Emanuele
Olivetti
|