peterreilly 2004/03/09 07:57:31
Modified: . WHATSNEW
docs/manual/CoreTasks javadoc.html
Log:
doc fixes for javadoc
PR: 27284
Obtained from: Jesse Glick
Revision Changes Path
1.565 +1 -1 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- WHATSNEW 9 Mar 2004 15:48:25 -0000 1.564
+++ WHATSNEW 9 Mar 2004 15:57:31 -0000 1.565
@@ -72,7 +72,7 @@
Other changes:
--------------
-* Docs fixes for xmlvalidate.html. Bugzilla Report 27092.
+* Docs fixes for xmlvalidate.html, javadoc.html. Bugzilla Report 27092,
27284.
* <pathconvert> now accepts nested <mapper>s. Bugzilla Report 26364.
1.28 +6 -11 ant/docs/manual/CoreTasks/javadoc.html
Index: javadoc.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/javadoc.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- javadoc.html 9 Feb 2004 21:50:05 -0000 1.27
+++ javadoc.html 9 Mar 2004 15:57:31 -0000 1.28
@@ -442,9 +442,8 @@
contains a comma or a space character, using <a
href="#groupelement">nested group elements</a> is highly
recommended.</p>
-<p>E.g., </p>
-<pre> group="XSLT_Packages org.apache.xalan.xslt*,XPath_Packages
org.apache.xalan.xpath*"
-</pre>
+<p>E.g.:</p>
+<pre> group="XSLT_Packages org.apache.xalan.xslt*,XPath_Packages
org.apache.xalan.xpath*"</pre>
<h3>Parameters specified as nested elements</h3>
@@ -607,7 +606,7 @@
<p>If the doclet requires additional parameters, these can be specified with
<code><param></code> elements within the <code><doclet></code>
-element. These paramaters are restricted to simple strings. An example usage
+element. These parameters are restricted to simple strings. An example usage
of the doclet element is shown below:</p>
<pre> <javadoc ... >
@@ -664,13 +663,9 @@
<td valign="top">If this attribute is specified, this element will
behave as an implicit
<a href="../CoreTypes/fileset.html">fileset</a>. The files included by
this fileset should
contain each tag definition on a separate line, as described in the
- <a
href="http://java.sun.com/j2se/1.4.1/docs/tooldocs/windows/javadoc.html#tag">javadoc
reference guide</a>:
- <p/>
- <code>
- ejb.bean:t:"XDoclet EJB Tag"<br/>
- todo:a:"To Do"<br/>
- </code>
- <p/>
+ <a
href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tag">Javadoc
reference guide</a>:
+ <pre>ejb.bean:t:"XDoclet EJB Tag"
+todo:a:"To Do"</pre>
Note: If this attribute is specified, all the other attributes in this
element will be ignored.
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]