mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
style: formatting changes in the doc
* doc/bison.texi: Use @file where appropriate.
This commit is contained in:
@@ -5396,7 +5396,7 @@ For instance with @samp{%define api.prefix "calc"} and @samp{%defines
|
||||
@end deffn
|
||||
|
||||
@deffn {Directive} %defines @var{defines-file}
|
||||
Same as above, but save in the file @var{defines-file}.
|
||||
Same as above, but save in the file @file{@var{defines-file}}.
|
||||
@end deffn
|
||||
|
||||
@deffn {Directive} %destructor
|
||||
@@ -5459,7 +5459,7 @@ own right.
|
||||
@end deffn
|
||||
|
||||
@deffn {Directive} %output "@var{file}"
|
||||
Specify @var{file} for the parser implementation file.
|
||||
Generate the parser implementation in @file{@var{file}}.
|
||||
@end deffn
|
||||
|
||||
@deffn {Directive} %pure-parser
|
||||
|
||||
Reference in New Issue
Block a user