jskeet 02/02/25 07:10:28
Modified: src/main/org/apache/tools/ant/taskdefs/optional/jdepend
JDependTask.java
src/main/org/apache/tools/ant/taskdefs/optional/jsp
JspC.java
Log:
First pass of JavaDoc work just to get rid of warnings.
When this is complete, whole source tree should JavaDoc (with 1.4)
with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
warnings, but that's all.)
Revision Changes Path
1.7 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java
Index: JDependTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- JDependTask.java 10 Jan 2002 13:59:37 -0000 1.6
+++ JDependTask.java 25 Feb 2002 15:10:27 -0000 1.7
@@ -125,7 +125,7 @@
}
/**
- * Halt on Failure? default: false.
+ * Whether or not to halt on failure. Default: false.
*/
public void setHaltonerror(boolean value) {
_haltonerror = value;
1.8 +4 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java
Index: JspC.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- JspC.java 10 Jan 2002 13:59:37 -0000 1.7
+++ JspC.java 25 Feb 2002 15:10:27 -0000 1.8
@@ -99,7 +99,7 @@
* </jspc>
* </pre>
*
- * @version $Revision: 1.7 $ $Date: 2002/01/10 13:59:37 $
+ * @version $Revision: 1.8 $ $Date: 2002/02/25 15:10:27 $
* @author <a href="mailto:[EMAIL PROTECTED]">Matthew Watson</a>
* <p> Large Amount of cutting and pasting from the Javac task...
* @author James Davidson <a href="mailto:[EMAIL PROTECTED]">[EMAIL
PROTECTED]</a>
@@ -215,7 +215,7 @@
}
/**
- * -uribase. the uri context of relative URI
+ * The -uribase option. The uri context of relative URI
* references in the JSP pages. If it does not
* exist then it is derived from the location of the file
* relative to the declared or derived value of -uriroot.
@@ -231,7 +231,8 @@
}
/**
- * -uriroot <dir>The root directory that uri files should be resolved
+ * The -uriroot option.
+ * <p>The root directory that uri files should be resolved
* against, (Default is the directory jspc is invoked from)
*
* @param uriroot The new Uribase value
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>