comparison scripts/io/strread.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 693e22af08ae
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
58 ## Duck Daffy -7.5e-5\n\ 58 ## Duck Daffy -7.5e-5\n\
59 ## Penguin Tux 6" 59 ## Penguin Tux 6"
60 ## @end group 60 ## @end group
61 ## @end example 61 ## @end example
62 ## 62 ##
63 ## @noindent
63 ## can be read using 64 ## can be read using
64 ## 65 ##
65 ## @example 66 ## @example
66 ## [@var{a}, @var{b}, @var{c}] = strread (@var{str}, "%s %s %f"); 67 ## [@var{a}, @var{b}, @var{c}] = strread (@var{str}, "%s %s %f");
67 ## @end example 68 ## @end example