Skip to content

Latest commit

 

History

History

javadoc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

#Javadoc Grammar

Summary

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 HTML.
 *
 * @return Lines beginning with an @ sign start the tag section.
 */