comparison scripts/io/strread.m @ 14366:b76f0740940e

doc: Periodic grammar check of documentation. * accumarray.m, repmat.m, imshow.m, strread.m, edit.m, mkoctfile.m, warning_ids.m, glpk.m, lsqnonneg.m, optimset.m, pqpnonneg.m, figure.m, print.m, __print_parse_opts__.m, gmres.m, zscore.m, __init_fltk__.cc, cellfun.cc, nproc.cc, regexp.cc, spparms.cc, dirfns.cc, file-io.cc, load-save.cc, ov-null-mat.cc, ov-usr-fcn.cc, variables.cc: Periodic grammar check of documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 15 Feb 2012 13:31:31 -0800
parents f3d52523cde1
children 9fc75cdf61ab
comparison
equal deleted inserted replaced
14365:a598273c9c3d 14366:b76f0740940e
100 ## 100 ##
101 ## @table @asis 101 ## @table @asis
102 ## @item "commentstyle" 102 ## @item "commentstyle"
103 ## Parts of @var{str} are considered comments and will be skipped. 103 ## Parts of @var{str} are considered comments and will be skipped.
104 ## @var{value} is the comment style and can be any of the following. 104 ## @var{value} is the comment style and can be any of the following.
105 ##
105 ## @itemize 106 ## @itemize
106 ## @item "shell" 107 ## @item "shell"
107 ## Everything from @code{#} characters to the nearest end-of-line is skipped. 108 ## Everything from @code{#} characters to the nearest end-of-line is skipped.
108 ## 109 ##
109 ## @item "c" 110 ## @item "c"