Mercurial > hg > octave-nkf
comparison scripts/io/dlmwrite.m @ 11595:5ec6aa05638d
Prevent doubled quotes around @table items in Info.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 21:29:14 -0800 |
parents | d5bd2766c640 |
children | e4dbfe3019b1 |
comparison
equal
deleted
inserted
replaced
11594:f2e868fd8500 | 11595:5ec6aa05638d |
---|---|
37 ## If the argument @code{"-append"} is given, append to the end of the | 37 ## If the argument @code{"-append"} is given, append to the end of the |
38 ## @var{file}. | 38 ## @var{file}. |
39 ## | 39 ## |
40 ## In addition, the following keyword value pairs may appear at the end | 40 ## In addition, the following keyword value pairs may appear at the end |
41 ## of the argument list: | 41 ## of the argument list: |
42 ## @table @code | 42 ## @table @asis |
43 ## @item "append" | 43 ## @item "append" |
44 ## Either @samp{"on"} or @samp{"off"}. See @samp{"-append"} above. | 44 ## Either @samp{"on"} or @samp{"off"}. See @samp{"-append"} above. |
45 ## | 45 ## |
46 ## @item "delimiter" | 46 ## @item "delimiter" |
47 ## See @var{delim} above. | 47 ## See @var{delim} above. |