From: Akim Demaille Date: Wed, 3 Oct 2012 06:43:10 +0000 (+0200) Subject: doc: add missing documentation for --report X-Git-Tag: v2.6.90~99 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/57f8bd8d18cec4004423eeec8cb8338a0afd46c7?hp=c9d5bcc9389ccea013b23eb095dc4a637fadbd42 doc: add missing documentation for --report * doc/bison.texi (Bison Options): Document --report's "solved", "all", and "none". --- diff --git a/doc/bison.texi b/doc/bison.texi index 69836112..ba18d9a9 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -9072,13 +9072,23 @@ separated list of @var{things} among: Description of the grammar, conflicts (resolved and unresolved), and parser's automaton. +@item itemset +Implies @code{state} and augments the description of the automaton with +the full set of items for each state, instead of its core only. + @item lookahead Implies @code{state} and augments the description of the automaton with each rule's lookahead set. -@item itemset -Implies @code{state} and augments the description of the automaton with -the full set of items for each state, instead of its core only. +@item solved +Implies @code{state}. Explain how conflicts were solved thanks to +precedence and associativity directives. + +@item all +Enable all the items. + +@item none +Do not generate the report. @end table @item --report-file=@var{file}