comparison libinterp/octave-value/ov-typeinfo.cc @ 20853:1142cf6abc0d

2015 Code Sprint: remove class of function from docstring for all C++ files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:40:03 -0800
parents 492738d32c60
children b17fda023ca6
comparison
equal deleted inserted replaced
20852:516bb87ea72e 20853:1142cf6abc0d
609 return retval; 609 return retval;
610 } 610 }
611 611
612 DEFUN (typeinfo, args, , 612 DEFUN (typeinfo, args, ,
613 "-*- texinfo -*-\n\ 613 "-*- texinfo -*-\n\
614 @deftypefn {Built-in Function} {} typeinfo ()\n\ 614 @deftypefn {} {} typeinfo ()\n\
615 @deftypefnx {Built-in Function} {} typeinfo (@var{expr})\n\ 615 @deftypefnx {} {} typeinfo (@var{expr})\n\
616 \n\ 616 \n\
617 Return the type of the expression @var{expr}, as a string.\n\ 617 Return the type of the expression @var{expr}, as a string.\n\
618 \n\ 618 \n\
619 If @var{expr} is omitted, return a cell array of strings containing all the\n\ 619 If @var{expr} is omitted, return a cell array of strings containing all the\n\
620 currently installed data types.\n\ 620 currently installed data types.\n\