mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 18:23:03 +00:00
doc: fix some minor inconsistencies.
* doc/bison.texinfo (%define Summary): Fix mislabeled entry for lex_symbol. (%code Summary): For consistency with the variable list in the %define Summary, enclose the list of %code qualifiers in a table instead of an itemize.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2011-02-13 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
|
doc: fix some minor inconsistencies.
|
||||||
|
* doc/bison.texinfo (%define Summary): Fix mislabeled entry for
|
||||||
|
lex_symbol.
|
||||||
|
(%code Summary): For consistency with the variable list in the
|
||||||
|
%define Summary, enclose the list of %code qualifiers in a table
|
||||||
|
instead of an itemize.
|
||||||
|
|
||||||
2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
|
2011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
|
||||||
|
|
||||||
doc: clean up new subsections in manual.
|
doc: clean up new subsections in manual.
|
||||||
|
|||||||
@@ -5327,7 +5327,7 @@ empty
|
|||||||
|
|
||||||
|
|
||||||
@c ================================================== lex_symbol
|
@c ================================================== lex_symbol
|
||||||
@item variant
|
@item lex_symbol
|
||||||
@findex %define lex_symbol
|
@findex %define lex_symbol
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@@ -5773,7 +5773,7 @@ file.
|
|||||||
Not all qualifiers are accepted for all target languages. Unaccepted
|
Not all qualifiers are accepted for all target languages. Unaccepted
|
||||||
qualifiers produce an error. Some of the accepted qualifiers are:
|
qualifiers produce an error. Some of the accepted qualifiers are:
|
||||||
|
|
||||||
@itemize @bullet
|
@table @code
|
||||||
@item requires
|
@item requires
|
||||||
@findex %code requires
|
@findex %code requires
|
||||||
|
|
||||||
@@ -5837,7 +5837,7 @@ parser implementation file. For example:
|
|||||||
@item Location(s): The parser Java file after any Java package directive and
|
@item Location(s): The parser Java file after any Java package directive and
|
||||||
before any class definitions.
|
before any class definitions.
|
||||||
@end itemize
|
@end itemize
|
||||||
@end itemize
|
@end table
|
||||||
|
|
||||||
Though we say the insertion locations are language-dependent, they are
|
Though we say the insertion locations are language-dependent, they are
|
||||||
technically skeleton-dependent. Writers of non-standard skeletons
|
technically skeleton-dependent. Writers of non-standard skeletons
|
||||||
|
|||||||
Reference in New Issue
Block a user