[antlr-interest] Javadoc in inherited grammars ?

sebastien migniot smigniot at hotmail.com
Fri Apr 22 05:34:51 PDT 2005


Hi,


I've produced 2 grammars :
- generic_csv.g
- my_grammar.g
Where my_grammar inherits generic_csv

Upon generation :
The methods javadoc in generic_csv.g DOES appear in GenericCSVParser.java
The methods javadoc in my_grammar does NOT appear in MyGrammarParser.java

The question is :
    How may I keep the javadoc of my_grammar.g
    in expandedmy_grammar.g ?

PS: I'm compiling the parser using :
java -cp %CP% antlr.Tool -glib generic_csv.g my_grammar.g


  Thx for any input,
    Seb.

_________________________________________________________________
Essayez le nouveau MSN Search : plus performant, plus précis. 
http://search.msn.fr/



More information about the antlr-interest mailing list