diff libinterp/dldfcn/dmperm.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 61892a245653
line wrap: on
line diff
--- a/libinterp/dldfcn/dmperm.cc	Sat Dec 12 07:31:00 2015 -0800
+++ b/libinterp/dldfcn/dmperm.cc	Sat Dec 12 07:40:03 2015 -0800
@@ -131,8 +131,8 @@
 
 DEFUN_DLD (dmperm, args, nargout,
            "-*- texinfo -*-\n\
-@deftypefn  {Loadable Function} {@var{p} =} dmperm (@var{S})\n\
-@deftypefnx {Loadable Function} {[@var{p}, @var{q}, @var{r}, @var{S}] =} dmperm (@var{S})\n\
+@deftypefn  {} {@var{p} =} dmperm (@var{S})\n\
+@deftypefnx {} {[@var{p}, @var{q}, @var{r}, @var{S}] =} dmperm (@var{S})\n\
 \n\
 @cindex @nospell{Dulmage-Mendelsohn} decomposition\n\
 Perform a @nospell{Dulmage-Mendelsohn} permutation of the sparse matrix\n\
@@ -185,7 +185,7 @@
 
 DEFUN_DLD (sprank, args, nargout,
            "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {@var{p} =} sprank (@var{S})\n\
+@deftypefn {} {@var{p} =} sprank (@var{S})\n\
 @cindex structural rank\n\
 \n\
 Calculate the structural rank of the sparse matrix @var{S}.\n\