bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: add missing documentation for --report


From: Akim Demaille
Subject: [PATCH] doc: add missing documentation for --report
Date: Wed, 3 Oct 2012 08:46:16 +0200

* doc/bison.texi (Bison Options): Document --report's "solved", "all",
and "none".
---
 doc/bison.texi | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/bison.texi b/doc/bison.texi
index 36621e9..ce1ebd1 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -9076,13 +9076,23 @@ separated list of @var{things} among:
 Description of the grammar, conflicts (resolved and unresolved), and
 parser's automaton.
 
address@hidden 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.
 
address@hidden 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.
address@hidden solved
+Implies @code{state}.  Explain how conflicts were solved thanks to
+precedence and associativity directives.
+
address@hidden all
+Enable all the items.
+
address@hidden none
+Do not generate the report.
 @end table
 
 @item address@hidden
-- 
1.7.12.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]