comparison scripts/deprecated/luinc.m @ 20516:fb6fe9b45c41

luinc.m: Add texinfo marker to docstring so it is interpreted correctly. * luinc.m: Add texinfo marker to docstring so it is interpreted correctly.
author Rik <rik@octave.org>
date Fri, 04 Sep 2015 13:12:57 -0700
parents 4197fc428c7d
children
comparison
equal deleted inserted replaced
20515:ad7fe3cb6fd2 20516:fb6fe9b45c41
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*-
19 ## @deftypefn {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, '0') 20 ## @deftypefn {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, '0')
20 ## @deftypefnx {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, @var{droptol}) 21 ## @deftypefnx {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, @var{droptol})
21 ## @deftypefnx {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, @var{opts}) 22 ## @deftypefnx {Built-in Function} {[@var{L}, @var{U}, @var{P}, @var{Q}] =} luinc (@var{A}, @var{opts})
22 ## 23 ##
23 ## @code{luinc} is deprecated and will be removed in Octave version 4.4. 24 ## @code{luinc} is deprecated and will be removed in Octave version 4.4.