Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View myangatleosoftsys's full-sized avatar

myangatleosoftsys

View GitHub Profile
grammar newEmptyCombinedGrammar;
javadoc : START_JAVADOC NEW_LINE javadocLine*? END_JAVA_BLOCK_COMMENT;
javadocLine: STAR (tag | text | htmlTag)* NEW_LINE;
tag: TAG_AUTHOR
| TAG_VERSION
| TAG_SINCE
| TAG_SEE
| TAG_PARAM
| TAG_RETURN