geirm 01/01/06 12:56:13
Modified: src/java/org/apache/velocity/runtime/parser Parser.java
Parser.jj Parser.jjt
Log:
Fix for clean javadoc build. No functional change. (I hope :)
Revision Changes Path
1.52 +2 -2
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.java
Index: Parser.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- Parser.java 2000/12/28 16:22:25 1.51
+++ Parser.java 2001/01/06 20:56:12 1.52
@@ -21,7 +21,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
- * @version $Id: Parser.java,v 1.51 2000/12/28 16:22:25 geirm Exp $
+ * @version $Id: Parser.java,v 1.52 2001/01/06 20:56:12 geirm Exp $
*/
public class Parser/*@bgen(jjtree)*/implements ParserTreeConstants, ParserConstants
{/*@bgen(jjtree)*/
protected JJTParserState jjtree = new JJTParserState();/**
@@ -480,7 +480,7 @@
* Supports the arguments for the Pluggable Directives
* We add whitespace in here as a token so the VMs can
* easily reconstruct a macro body from the token stream
- * @see Directive()
+ * See Directive()
*/
final public void DirectiveArg() throws ParseException {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
1.50 +2 -2
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jj
Index: Parser.jj
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jj,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Parser.jj 2000/12/28 16:22:28 1.49
+++ Parser.jj 2001/01/06 20:56:13 1.50
@@ -96,7 +96,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
- * @version $Id: Parser.jj,v 1.49 2000/12/28 16:22:28 geirm Exp $
+ * @version $Id: Parser.jj,v 1.50 2001/01/06 20:56:13 geirm Exp $
*/
public class Parser/*@bgen(jjtree)*/implements ParserTreeConstants/*@egen*/
{/*@bgen(jjtree)*/
@@ -1162,7 +1162,7 @@
* Supports the arguments for the Pluggable Directives
* We add whitespace in here as a token so the VMs can
* easily reconstruct a macro body from the token stream
- * @see Directive()
+ * See Directive()
*/
void DirectiveArg() : {}
{
1.51 +2 -2
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt
Index: Parser.jjt
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- Parser.jjt 2000/12/28 16:21:17 1.50
+++ Parser.jjt 2001/01/06 20:56:13 1.51
@@ -120,7 +120,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
- * @version $Id: Parser.jjt,v 1.50 2000/12/28 16:21:17 geirm Exp $
+ * @version $Id: Parser.jjt,v 1.51 2001/01/06 20:56:13 geirm Exp $
*/
public class Parser
{
@@ -1058,7 +1058,7 @@
* Supports the arguments for the Pluggable Directives
* We add whitespace in here as a token so the VMs can
* easily reconstruct a macro body from the token stream
- * @see Directive()
+ * See Directive()
*/
void DirectiveArg() #void : {}
{