[antlr-interest] Java doc-comments

Sam Barnett-Cormack sdb at geekworld.co.uk
Sat Apr 15 08:29:39 PDT 2006


I'd like to end up with nice javadoc out of my parser/lexer classes, but
it seems that doc-comments before rules don't get passed through to the
generated methods in the .java files. Ones in a {...} block just before
the class definition go through, but not before rules. Does anyone know
of a way to get doc-comments on rules to pass through?

Sam


More information about the antlr-interest mailing list