diff scripts/linear-algebra/logm.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 83792dd9bcc1
children ffad2baa90f7
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m	Sat Dec 12 10:29:10 2015 -0500
+++ b/scripts/linear-algebra/logm.m	Sat Dec 12 07:31:00 2015 -0800
@@ -19,9 +19,9 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn  {Function File} {@var{s} =} logm (@var{A})
-## @deftypefnx {Function File} {@var{s} =} logm (@var{A}, @var{opt_iters})
-## @deftypefnx {Function File} {[@var{s}, @var{iters}] =} logm (@dots{})
+## @deftypefn  {} {@var{s} =} logm (@var{A})
+## @deftypefnx {} {@var{s} =} logm (@var{A}, @var{opt_iters})
+## @deftypefnx {} {[@var{s}, @var{iters}] =} logm (@dots{})
 ## Compute the matrix logarithm of the square matrix @var{A}.
 ##
 ## The implementation utilizes a Pad@'e approximant and the identity