diff src/DLD-FUNCTIONS/cellfun.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 8b263623d0f3
children 923c7cb7f13f
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/DLD-FUNCTIONS/cellfun.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -1253,11 +1253,13 @@
 In other words, it is equivalent to the following code:\n\
 \n\
 @example\n\
+@group\n\
 n = length (lb);\n\
 sl = cell (1, n);\n\
 for i = 1:length (lb)\n\
   sl@{i@} = x(lb(i):ub(i));\n\
 endfor\n\
+@end group\n\
 @end example\n\
 \n\
 If @var{X} is a matrix or array, indexing is done along the last dimension.\n\