changeset 16960:7c575556e817

trace.m: Use @deftypefn instead of @deftypefnx in docstring. * scripts/linear-algebra/trace.m: Use @deftypefn instead of @deftypefnx in docstring.
author Rik <rik@octave.org>
date Thu, 11 Jul 2013 13:08:43 -0700
parents 22ec459cf7ba
children db4453f40550
files scripts/linear-algebra/trace.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/trace.m	Thu Jul 11 13:55:10 2013 -0400
+++ b/scripts/linear-algebra/trace.m	Thu Jul 11 13:08:43 2013 -0700
@@ -17,7 +17,7 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefnx {Function File} {} trace (@var{A})
+## @deftypefn {Function File} {} trace (@var{A})
 ## Compute the trace of @var{A}, the sum of the elements along the main
 ## diagonal.
 ##