changeset 16958:ec6ced0ece87

trace.m: Remove accidental documentation test code from 9c971fa62a77 * scripts/linear-algebra/trace.m: Remove @deftypefn test code.
author Rik <rik@octave.org>
date Thu, 11 Jul 2013 13:04:21 -0700
parents 9f50dd7ece60
children 22ec459cf7ba
files scripts/linear-algebra/trace.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/trace.m	Thu Jul 11 13:01:54 2013 -0700
+++ b/scripts/linear-algebra/trace.m	Thu Jul 11 13:04:21 2013 -0700
@@ -17,7 +17,6 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Hello World} {} trace (@var{A})
 ## @deftypefnx {Function File} {} trace (@var{A})
 ## Compute the trace of @var{A}, the sum of the elements along the main
 ## diagonal.