Skip to content

Latest commit

 

History

History
 
 

javadoc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.
 */