diff scripts/strings/base2dec.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ec8c33dcd1bf
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/strings/base2dec.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/strings/base2dec.m	Mon Mar 06 21:26:54 2006 +0000
@@ -40,10 +40,8 @@
 ## base2dec ("yyyzx", "xyz")
 ##      @result{} 123
 ## @end example
-##
+## @seealso{dec2base, dec2bin, bin2dec, hex2dec, dec2hex}
 ## @end deftypefn
-##
-## @seealso{dec2base, dec2bin, bin2dec, hex2dec, dec2hex}
 
 ## Author: Daniel Calvelo <dcalvelo@yahoo.com>
 ## Adapted-by: Paul Kienzle <pkienzle@kienzle.powernet.co.uk>