Mercurial > hg > octave-nkf
diff scripts/plot/contourc.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 | dbd0c77e575e |
children | 09da0bd91412 |
line wrap: on
line diff
--- a/scripts/plot/contourc.m +++ b/scripts/plot/contourc.m @@ -26,8 +26,10 @@ ## contour lines in the following format ## ## @example +## @group ## @var{c} = [lev1, x1, x2, @dots{}, levn, x1, x2, @dots{} ## len1, y1, y2, @dots{}, lenn, y1, y2, @dots{}] +## @end group ## @end example ## ## @noindent