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

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