diff src/bitfcns.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children 923c7cb7f13f
line wrap: on
line diff
--- a/src/bitfcns.cc
+++ b/src/bitfcns.cc
@@ -415,6 +415,7 @@
 @var{n} must be in the range [1,log2(bitmax)+1] usually [1,33]\n\
 \n\
 @example\n\
+@group\n\
 bitshift (eye (3), 1)\n\
 @result{}\n\
 @group\n\
@@ -430,6 +431,7 @@
 @c \n\
 @c bitshift ([1, 10], 2, [3,4])\n\
 @c @result{} 4  8\n\
+@end group\n\
 @end example\n\
 @seealso{bitand, bitor, bitxor, bitset, bitget, bitcmp, bitmax}\n\
 @end deftypefn")