changeset 5488:cfd5e4cad7b4

[project @ 2005-10-12 21:23:50 by jwe]
author jwe
date Wed, 12 Oct 2005 21:23:50 +0000
parents fcf8a15a2081
children 250917610b55
files scripts/general/rot90.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/rot90.m	Wed Oct 12 21:23:47 2005 +0000
+++ b/scripts/general/rot90.m	Wed Oct 12 21:23:50 2005 +0000
@@ -40,9 +40,7 @@
 ## @example
 ## @group
 ## rot90 ([1, 2; 3, 4], -1)
-## @equiv{}
 ## rot90 ([1, 2; 3, 4], 3)
-## @equiv{}
 ## rot90 ([1, 2; 3, 4], 7)
 ## @end group
 ## @end example