Mercurial > hg > octave-lyh
comparison scripts/image/flag.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 | a1dbe9d80eee |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9044:656ad518f385 | 9051:1bf0ce0930be |
---|---|
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} flag (@var{n}) | 20 ## @deftypefn {Function File} {} flag (@var{n}) |
21 ## Create color colormap. This colormap cycles through red, white, blue | 21 ## Create color colormap. This colormap cycles through red, white, blue |
22 ## and black. The argument @var{n} should be a scalar. If it | 22 ## and black. The argument @var{n} should be a scalar. If it |
23 ## is omitted, the length of the current colormap or 64 is assumed. | 23 ## is omitted, the length of the current colormap or 64 is assumed. |
24 ## @seealso{colormap} | 24 ## @seealso{colormap} |
25 ## @end deftypefn | 25 ## @end deftypefn |
26 | 26 |
27 ## Author: Kai Habel <kai.habel@gmx.de> | 27 ## Author: Kai Habel <kai.habel@gmx.de> |