comparison libinterp/corefcn/file-io.cc @ 18078:b06a9768b643

doc: Don't use @table @qcode to avoid problems with Texinfo 5.2. * plot.txi: Replace "@table @qcode" with "@table @asis". Use "@item @qcode{xx}" for each table item. * file-io.cc (Ffread): Replace "@table @qcode" with "@table @asis". Use "@item @qcode{xx}" for each table item. * validateattributes.m: Replace "@table @qcode" with "@table @asis". Use "@item @qcode{xx}" for each table item.
author Rik <rik@octave.org>
date Wed, 04 Dec 2013 12:05:43 -0800
parents 62f94ef938b4
children b560bac0fca2 ca65b05b9a8a
comparison
equal deleted inserted replaced
18076:42e6cdc76f4b 18078:b06a9768b643
1546 a complete block of 3 values.\n\ 1546 a complete block of 3 values.\n\
1547 \n\ 1547 \n\
1548 The optional argument @var{arch} is a string specifying the data format\n\ 1548 The optional argument @var{arch} is a string specifying the data format\n\
1549 for the file. Valid values are\n\ 1549 for the file. Valid values are\n\
1550 \n\ 1550 \n\
1551 @table @code\n\ 1551 @table @asis\n\
1552 @item @qcode{\"native\"}\n\ 1552 @item @qcode{\"native\"}\n\
1553 The format of the current machine.\n\ 1553 The format of the current machine.\n\
1554 \n\ 1554 \n\
1555 @item \"ieee-be\"\n\ 1555 @item @qcode{\"ieee-be\"}\n\
1556 IEEE big endian.\n\ 1556 IEEE big endian.\n\
1557 \n\ 1557 \n\
1558 @item \"ieee-le\"\n\ 1558 @item @qcode{\"ieee-le\"}\n\
1559 IEEE little endian.\n\ 1559 IEEE little endian.\n\
1560 @end table\n\ 1560 @end table\n\
1561 \n\ 1561 \n\
1562 The data read from the file is returned in @var{val}, and the number of\n\ 1562 The data read from the file is returned in @var{val}, and the number of\n\
1563 values read is returned in @code{count}\n\ 1563 values read is returned in @code{count}\n\