Mercurial > hg > octave-nkf
diff src/mappers.cc @ 8442:502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Mon, 05 Jan 2009 08:11:03 +0100 |
parents | 1567db1e166c |
children | d17874a6f161 |
line wrap: on
line diff
--- a/src/mappers.cc +++ b/src/mappers.cc @@ -1555,6 +1555,7 @@ @end group\n\ \n\ @end example\n\ +@seealso{char}\n\ @end deftypefn") { octave_value retval; @@ -1578,6 +1579,7 @@ tolower (\"MiXeD cAsE 123\")\n\ @result{} \"mixed case 123\"\n\ @end example\n\ +@seealso{toupper}\n\ @end deftypefn") { octave_value retval; @@ -1623,6 +1625,7 @@ @result{} \"MIXED CASE 123\"\n\ @end group\n\ @end example\n\ +@seealso{tolower}\n\ @end deftypefn") { octave_value retval;