Mercurial > hg > octave-jordi
comparison libinterp/octave-value/ov-range.cc @ 20852: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 | f90c8372b7ba |
children | 384ff5aa9437 |
comparison
equal
deleted
inserted
replaced
20851:516bb87ea72e | 20852:1142cf6abc0d |
---|---|
706 : octave_value (); | 706 : octave_value (); |
707 } | 707 } |
708 | 708 |
709 DEFUN (allow_noninteger_range_as_index, args, nargout, | 709 DEFUN (allow_noninteger_range_as_index, args, nargout, |
710 "-*- texinfo -*-\n\ | 710 "-*- texinfo -*-\n\ |
711 @deftypefn {Built-in Function} {@var{val} =} allow_noninteger_range_as_index ()\n\ | 711 @deftypefn {} {@var{val} =} allow_noninteger_range_as_index ()\n\ |
712 @deftypefnx {Built-in Function} {@var{old_val} =} allow_noninteger_range_as_index (@var{new_val})\n\ | 712 @deftypefnx {} {@var{old_val} =} allow_noninteger_range_as_index (@var{new_val})\n\ |
713 @deftypefnx {Built-in Function} {} allow_noninteger_range_as_index (@var{new_val}, \"local\")\n\ | 713 @deftypefnx {} {} allow_noninteger_range_as_index (@var{new_val}, \"local\")\n\ |
714 Query or set the internal variable that controls whether non-integer\n\ | 714 Query or set the internal variable that controls whether non-integer\n\ |
715 ranges are allowed as indices.\n\ | 715 ranges are allowed as indices.\n\ |
716 \n\ | 716 \n\ |
717 This might be useful for @sc{matlab} compatibility; however, it is still not\n\ | 717 This might be useful for @sc{matlab} compatibility; however, it is still not\n\ |
718 entirely compatible because @sc{matlab} treats the range expression\n\ | 718 entirely compatible because @sc{matlab} treats the range expression\n\ |