Mercurial > hg > octave-nkf
comparison src/ov-typeinfo.cc @ 12546:39ca02387a32
Improve docstrings for a number of functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 28 Mar 2011 16:38:13 -0700 |
parents | 12df7854fa7c |
children | 32fdd834c09a |
comparison
equal
deleted
inserted
replaced
12545:e4a22302dc97 | 12546:39ca02387a32 |
---|---|
589 return retval; | 589 return retval; |
590 } | 590 } |
591 | 591 |
592 DEFUN (typeinfo, args, , | 592 DEFUN (typeinfo, args, , |
593 "-*- texinfo -*-\n\ | 593 "-*- texinfo -*-\n\ |
594 @deftypefn {Built-in Function} {} typeinfo (@var{expr})\n\ | 594 @deftypefn {Built-in Function} {} typeinfo ()\n\ |
595 @deftypefnx {Built-in Function} {} typeinfo (@var{expr})\n\ | |
595 \n\ | 596 \n\ |
596 Return the type of the expression @var{expr}, as a string. If\n\ | 597 Return the type of the expression @var{expr}, as a string. If\n\ |
597 @var{expr} is omitted, return an array of strings containing all the\n\ | 598 @var{expr} is omitted, return an array of strings containing all the\n\ |
598 currently installed data types.\n\ | 599 currently installed data types.\n\ |
599 @end deftypefn") | 600 @end deftypefn") |