diff scripts/general/bitcmp.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 0896307b1b48
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/general/bitcmp.m	Tue Oct 19 18:40:48 2004 +0000
+++ b/scripts/general/bitcmp.m	Tue Oct 19 23:10:55 2004 +0000
@@ -27,9 +27,9 @@
 ## dec2bin(bitcmp(11))
 ## @result{} 11111111111111111111111111110100
 ## @end example
+## @end deftypefn
 ##
 ## @seealso{bitand,bitor,bitxor,bitset,bitget,bitcmp,bitshift,bitmax}
-## @end deftypefn
 
 ## Liberally based of the version by Kai Habel from octave-forge