Hi all,
When I run doxygen over the code generated by ANTLR using the C target, I get
the following error message in doxygen.log:
C:/Projekte/modelisar/trunk/src/TFSSParser/grammar/TFSSBaseParser.h:303:
Warning: argument 'POinter' of command @param is not found in the argument list
of TFSSBaseParser_tfs_SCOPE_struct::void(ANTLR3_CDECL *free)
C:/Projekte/modelisar/trunk/src/TFSSParser/grammar/TFSSBaseParser.h:303:
Warning: The following parameters of
TFSSBaseParser_tfs_SCOPE_struct::void(ANTLR3_CDECL *free) are not documented:
parameter 'free'
I found a fitting place in c.stg and tried to fix the template to solve the
problem, but in the generated code the errorneous code still exists. What have
I made wrong? Any solution how to fix it?
The Code for the mentioned file TFSSBase.h is:
/** Function that the user may provide to be called when the
* scope is destroyed (so you can free pANTLR3_HASH_TABLES and so on)
*
* \param POinter to an instance of this typedef/struct
*/
Thx
Heiko
Mit freundlichem Gruß
Heiko Folkerts
Systementwicklung und -design
--
______________________________________________
DAVID GmbH · Wendenring 1 · 38114 Braunschweig
Tel.: +49 531 24379-14
Fax.: +49 531 24379-79
E-Mail: mailto:[email protected]
WWW: http://www.david-bs.de
Eintragung: Amtsgericht Braunschweig, HRB 3167
Geschäftsführer: Frank Ptok
______________________________________________
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.