diff scripts/sparse/ichol.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents df437a52bcaf
children 3d60ed163b70
line wrap: on
line diff
--- a/scripts/sparse/ichol.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/sparse/ichol.m	Sat Dec 12 07:31:00 2015 -0800
@@ -18,8 +18,8 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {@var{L} =} ichol (@var{A})
-## @deftypefnx {Function File} {@var{L} =} ichol (@var{A}, @var{opts})
+## @deftypefn  {} {@var{L} =} ichol (@var{A})
+## @deftypefnx {} {@var{L} =} ichol (@var{A}, @var{opts})
 ##
 ## Compute the incomplete Cholesky factorization of the sparse square matrix
 ## @var{A}.