diff scripts/general/bitset.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
line wrap: on
line diff
--- a/scripts/general/bitset.m	Sat Mar 04 22:21:01 2006 +0000
+++ b/scripts/general/bitset.m	Mon Mar 06 21:26:54 2006 +0000
@@ -26,9 +26,8 @@
 ## dec2bin (bitset (10, 1))
 ## @result{} 1011
 ## @end example
+## @seealso{bitand, bitor, bitxor, bitget, bitcmp, bitshift, bitmax}
 ## @end deftypefn
-##
-## @seealso{bitand, bitor, bitxor, bitget, bitcmp, bitshift, bitmax}
 
 ## Liberally based of the version by Kai Habel from octave-forge