Skip to content

Files

Latest commit

474f9d6 · Dec 8, 2018

History

History

javadoc

Javadoc Grammar

An ANTLR4 grammar for Javadoc.

This grammar matches the documentation comments used in Java, for example:

/**
 * This is a description text with {@see InlineTag inline tags}.
 * It can also contain <b>HTML</b>.
 *
 * @return Lines beginning with an @ sign start the tag section.
 */