From: Akim Demaille Date: Fri, 22 Feb 2013 12:18:17 +0000 (+0100) Subject: style: formatting changes in the doc X-Git-Tag: v2.7.90~71 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/fe65b144243504067ad2d2cc94782e87eec598a5 style: formatting changes in the doc * doc/bison.texi: Use @file where appropriate. --- diff --git a/doc/bison.texi b/doc/bison.texi index 328b88bc..5b1b0de4 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -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