doc: add missing documentation for --report
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 3 Oct 2012 06:43:10 +0000 (08:43 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 3 Oct 2012 06:47:37 +0000 (08:47 +0200)
* doc/bison.texi (Bison Options): Document --report's "solved", "all",
and "none".

doc/bison.texi

index 6983611..ba18d9a 100644 (file)
@@ -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}