TEXTSetting 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.
ONE_TABLEThe 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_FILEWhen in TEXT mode, or when ONE_TABLE
    is false, comments in the JavaCC source that immediately precede a
    production are passed through to the generated documentation.