stephan     2002/08/14 02:16:20

  Modified:    src/scratchpad/src/org/apache/cocoon/generation
                        TextParserGenerator.java
  Log:
  Modified the class comment.
  
  Revision  Changes    Path
  1.7       +5 -2      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/TextParserGenerator.java
  
  Index: TextParserGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/TextParserGenerator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TextParserGenerator.java  5 Aug 2002 09:05:43 -0000       1.6
  +++ TextParserGenerator.java  14 Aug 2002 09:16:19 -0000      1.7
  @@ -106,7 +106,10 @@
   import net.sourceforge.chaperon.parser.output.SAXEventAdapter;
   
   /**
  - * A genrator that parse text
  + * A generator that parse text via a LR Paser.
  + * The generator owns two parameter 'includeignorabletokens', which 
  + * decides if the ignorable tokens should be included, and 'grammar',
  + * which specified the grammar.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Stephan Michels</a>
    * @version CVS $Id$
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to