javadoc comment at correct location and with valid UTF8 characters

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6051 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2008-04-23 20:58:56 +00:00
parent c12f74f848
commit 99a5199f81
5 changed files with 9 additions and 26 deletions

View File

@ -17,16 +17,15 @@ options {
}
PARSER_BEGIN(JspParser)
/**
* JSP Parser for PMD.
* @author Pieter Application Engineers NV/SA http://www.ae.be
*/
package net.sourceforge.pmd.lang.jsp.ast;
import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
/**
* JSP Parser for PMD.
* @author Pieter, Application Engineers NV/SA, http://www.ae.be
*/
public class JspParser {
/**

View File

@ -1,14 +1,13 @@
/* Generated By:JJTree&JavaCC: Do not edit this line. JspParser.java */
/**
* JSP Parser for PMD.
* @author Pieter Application Engineers NV/SA http://www.ae.be
*/
package net.sourceforge.pmd.lang.jsp.ast;
import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
/**
* JSP Parser for PMD.
* @author Pieter, Application Engineers NV/SA, http://www.ae.be
*/
public class JspParser/*@bgen(jjtree)*/implements JspParserTreeConstants, JspParserConstants {/*@bgen(jjtree)*/
protected JJTJspParserState jjtree = new JJTJspParserState();
/**

View File

@ -1,9 +1,4 @@
/* Generated By:JJTree&JavaCC: Do not edit this line. JspParserConstants.java */
/**
* JSP Parser for PMD.
* @author Pieter Application Engineers NV/SA http://www.ae.be
*/
package net.sourceforge.pmd.lang.jsp.ast;

View File

@ -1,9 +1,4 @@
/* Generated By:JJTree&JavaCC: Do not edit this line. JspParserTokenManager.java */
/**
* JSP Parser for PMD.
* @author Pieter Application Engineers NV/SA http://www.ae.be
*/
package net.sourceforge.pmd.lang.jsp.ast;
import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;

View File

@ -1,10 +1,5 @@
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 4.1 */
/* JavaCCOptions:KEEP_LINE_COL=null */
/**
* JSP Parser for PMD.
* @author Pieter Application Engineers NV/SA http://www.ae.be
*/
package net.sourceforge.pmd.lang.jsp.ast;
/**
@ -200,4 +195,4 @@ public class ParseException extends net.sourceforge.pmd.lang.ast.ParseException
}
}
/* JavaCC - OriginalChecksum=fa2e3dcb59ccc2b83bb24c4e86745aa9 (do not edit this line) */
/* JavaCC - OriginalChecksum=e8d034693298b8f7e58f0eea2b312cf8 (do not edit this line) */