Mercurial > hg > octave-nkf
diff scripts/general/subsindex.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | 265a821f6555 |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/general/subsindex.m +++ b/scripts/general/subsindex.m @@ -18,12 +18,12 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{idx} =} subsindex (@var{a}) -## Convert an object to an index vector. When @var{a} is a class object +## Convert an object to an index vector. When @var{a} is a class object ## defined with a class constructor, then @code{subsindex} is the ## overloading method that allows the conversion of this class object to -## a valid indexing vector. It is important to note that +## a valid indexing vector. It is important to note that ## @code{subsindex} must return a zero-based real integer vector of the -## class "double". For example, if the class constructor +## class "double". For example, if the class constructor ## ## @example ## @group