Mercurial > hg > octave-lyh
diff src/ov-typeinfo.cc @ 3445:c3eed8ac845a
[project @ 2000-01-17 09:06:51 by jwe]
author | jwe |
---|---|
date | Mon, 17 Jan 2000 09:06:52 +0000 |
parents | bc61b0e8d60e |
children | d14c483b3c12 |
line wrap: on
line diff
--- a/src/ov-typeinfo.cc +++ b/src/ov-typeinfo.cc @@ -314,11 +314,13 @@ } DEFUN (typeinfo, args, , - "usage: typeinfo (expr)\n\ + "-*- texinfo -*-\n\ +@deftypefn {Built-in Function} {} typeinfo (@var{expr})\n\ \n\ -Return the type of the expression EXPR, as a string. If EXPR is\n\ -omitted, return an array of strings containing all the currently\n\ -installed data types.") +Return the type of the expression @var{expr}, as a string. If\n\ +@var{EXPR} is omitted, return an array of strings containing all the\n\ +currently installed data types.\n\ +@end deftypefn") { octave_value retval;