geirm 2003/12/23 07:33:22 Modified: src/java/org/apache/velocity/runtime/parser/node ASTDirective.java Log: doco update. Trying to get the javadocs target to calm down Revision Changes Path 1.22 +4 -2 jakarta-velocity/src/java/org/apache/velocity/runtime/parser/node/ASTDirective.java Index: ASTDirective.java =================================================================== RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/node/ASTDirective.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ASTDirective.java 4 May 2003 17:24:30 -0000 1.21 +++ ASTDirective.java 23 Dec 2003 15:33:21 -0000 1.22 @@ -67,7 +67,9 @@ /** * This class is responsible for handling the pluggable - * directives in VTL. ex. #foreach() + * directives in VTL. + * + * For example : #foreach() * * Please look at the Parser.jjt file which is * what controls the generation of this class.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]