javacc-7.0.1.www.doc.JJDoc.html Maven / Gradle / Ivy
Show all versions of javacc Show documentation
JavaCC: JJDoc Documentation
JavaCC [tm]: JJDoc Documentation
JJDoc takes a JavaCC [tm] parser specification and produces documentation
for the BNF grammar. It can operate in several modes, determined by
command line options.
TEXT
- (default false)
Setting TEXT
to true causes JJDoc to generate
a plain text format description of the BNF. Some formatting
is done via tab characters, but the intention is to leave it
as plain as possible.
The default value of TEXT
causes JJDoc to
generate a hyperlinked HTML document.
BNF
- (default false)
Setting BNF
to true causes JJDoc to generate
a pure BNF document.
ONE_TABLE
- (default true)
The default value of ONE_TABLE
is used to
generate a single HTML table for the BNF. Setting it to
false will produce one table for every production in the
grammar.
OUTPUT_FILE
-
The default behavior is to put the JJDoc output into a file
with either .html or .txt added as a suffix to the input
file's base name. You can supply a different file name with
this option.
CSS
-
This option allows you to specify a CSS file name. If you supply
a file name in this option it will appear in a LINK
element
in the HEAD
section of the file. This option only applies
to HTML output.
Comments in the JavaCC source that immediately precede a
production are passed through to the generated documentation.
The results for JavaCC are given as text or HTML.