comparison libinterp/octave-value/ov-null-mat.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 cef0448a6ed2
children b17fda023ca6
comparison
equal deleted inserted replaced
20852:516bb87ea72e 20853:1142cf6abc0d
93 octave_char_matrix_sq_str::static_type_id ()); 93 octave_char_matrix_sq_str::static_type_id ());
94 } 94 }
95 95
96 DEFUN (isnull, args, , 96 DEFUN (isnull, args, ,
97 "-*- texinfo -*-\n\ 97 "-*- texinfo -*-\n\
98 @deftypefn {Built-in Function} {} isnull (@var{x})\n\ 98 @deftypefn {} {} isnull (@var{x})\n\
99 Return true if @var{x} is a special null matrix, string, or single quoted\n\ 99 Return true if @var{x} is a special null matrix, string, or single quoted\n\
100 string.\n\ 100 string.\n\
101 \n\ 101 \n\
102 Indexed assignment with such a value on the right-hand side should delete\n\ 102 Indexed assignment with such a value on the right-hand side should delete\n\
103 array elements. This function should be used when overloading indexed\n\ 103 array elements. This function should be used when overloading indexed\n\