Mercurial > hg > octave-lyh
diff src/strfns.cc @ 14093:050bc580cb60 stable
doc: Various docstring improvements before 3.6.0 release.
* NEWS, aspell-octave.en.pws, intro.txi, oop.txi, testfun.txi, tips.txi,
FIRfilter.m, FIRfilter_aggregation.m, polynomial.m, polynomial_superiorto.m,
usejava.m, pcg.m, pcr.m, nchoosek.m, validatestring.m, assert.m, weekday.m,
cellfun.cc, error.cc, strfns.cc: Various docstring improvements before 3.6.0
release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 21 Dec 2011 19:46:57 -0800 |
parents | 5fa482628bf6 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/src/strfns.cc +++ b/src/strfns.cc @@ -862,8 +862,9 @@ If @var{width} is not specified, the width of the terminal screen is used.\n\ Newline characters are used to break the lines in the output string.\n\ For example:\n\ +@c Set example in small font to prevent overfull line\n\ \n\ -@example\n\ +@smallexample\n\ @group\n\ list_in_columns (@{\"abc\", \"def\", \"ghijkl\", \"mnop\", \"qrs\", \"tuv\"@}, 20)\n\ @result{} ans = abc mnop\n\ @@ -880,7 +881,7 @@ \n\ Total is 37 elements using 37 bytes\n\ @end group\n\ -@end example\n\ +@end smallexample\n\ \n\ @seealso{terminal_size}\n\ @end deftypefn")