Skip to content

Commit

Permalink
display additional comments(enum value) in generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ibre5041 committed Sep 28, 2015
1 parent 5cdcf00 commit e28a57c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ ANTLR_UINT8* <name>TokenNames[<length(tokenNames)>+4]
(ANTLR_UINT8*) "\<EOR>",
(ANTLR_UINT8*) "\<DOWN>",
(ANTLR_UINT8*) "\<UP>",
<tokenNames:{it |(ANTLR_UINT8*) <it>}; separator=",\n">
<rest(tokens):{it |(ANTLR_UINT8*) "<it.name>", //<it.type>}; separator="\n">
};
<endif>

Expand Down

0 comments on commit e28a57c

Please sign in to comment.