changeset 22720:766b0163b3b7 stable

doc: Don't create @tables of type @code with @qcode entries. * mk-opts.pl: Change table type for generated options to @asis. * file-io.cc (Fpopen): Change table type for options to @asis.
author Rik <rik@octave.org>
date Thu, 03 Nov 2016 14:17:37 -0700
parents d9bec44ffaff
children 611794516332
files build-aux/mk-opts.pl libinterp/corefcn/file-io.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/mk-opts.pl	Wed Nov 02 17:32:57 2016 -0700
+++ b/build-aux/mk-opts.pl	Thu Nov 03 14:17:37 2016 -0700
@@ -913,7 +913,7 @@
 
 Options include
 
-\@table \@code
+\@table \@asis
 _END_EMIT_OPTIONS_FUNCTION_HDR_
 # FIXME: Add extra newline above
 
--- a/libinterp/corefcn/file-io.cc	Wed Nov 02 17:32:57 2016 -0700
+++ b/libinterp/corefcn/file-io.cc	Thu Nov 03 14:17:37 2016 -0700
@@ -2651,7 +2651,7 @@
 The name of the command to run is given by @var{command}.  The argument
 @var{mode} may be
 
-@table @code
+@table @asis
 @item @qcode{"r"}
 The pipe will be connected to the standard output of the process, and
 open for reading.