dlr 2002/10/10 09:47:54
Modified: src/java/org/apache/velocity/runtime/directive Parse.java
Log:
Spruced up header JavaDoc HTML formatting.
Revision Changes Path
1.25 +5 -2
jakarta-velocity/src/java/org/apache/velocity/runtime/directive/Parse.java
Index: Parse.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/directive/Parse.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- Parse.java 10 Oct 2002 16:47:00 -0000 1.24
+++ Parse.java 10 Oct 2002 16:47:54 -0000 1.25
@@ -72,8 +72,10 @@
import org.apache.velocity.exception.ResourceNotFoundException;
/**
- * Pluggable directive that handles the #parse() statement in VTL.
+ * Pluggable directive that handles the <code>#parse()</code>
+ * statement in VTL.
*
+ * <pre>
* Notes:
* -----
* 1) The parsed source material can only come from somewhere in
@@ -85,6 +87,7 @@
* 2) There is a limited parse depth. It is set as a property
* "parse_directive.maxdepth = 10" for example. There is a 20 iteration
* safety in the event that the parameter isn't set.
+ * </pre>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>