diff src/DLD-FUNCTIONS/filter.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 5247e89688e1
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/filter.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/DLD-FUNCTIONS/filter.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -314,7 +314,7 @@
 @end tex\n\
 @end iftex\n\
 over the first non-singleton dimension of @var{x} or over @var{dim} if\n\
-supplied. An equivalent form of this equation is:\n\
+supplied.  An equivalent form of this equation is:\n\
 @iftex\n\
 @tex\n\
 $$\n\
@@ -364,6 +364,7 @@
 @ifnottex\n\
 \n\
 @example\n\
+@group\n\
              M\n\
             SUM d(k+1) z^(-k)\n\
             k=0\n\
@@ -371,6 +372,7 @@
                N\n\
           1 + SUM c(k+1) z^(-k)\n\
               k=1\n\
+@end group\n\
 @end example\n\
 @end ifnottex\n\
 @end deftypefn")