peterreilly 2004/03/09 07:58:52
Modified: . Tag: ANT_16_BRANCH WHATSNEW
docs/manual/CoreTasks Tag: ANT_16_BRANCH javadoc.html
Log:
sync with head
Revision Changes Path
No revision
No revision
1.503.2.55 +1 -1 ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/ant/WHATSNEW,v
retrieving revision 1.503.2.54
retrieving revision 1.503.2.55
diff -u -r1.503.2.54 -r1.503.2.55
--- WHATSNEW 9 Mar 2004 15:48:54 -0000 1.503.2.54
+++ WHATSNEW 9 Mar 2004 15:58:52 -0000 1.503.2.55
@@ -30,7 +30,7 @@
Other changes:
--------------
-* Docs fixes for xmlvalidate.html. Bugzilla Report 27092.
+* Docs fixes for xmlvalidate.html, javadoc.html. Bugzilla Report 27092, 27284.
* Shipped XML parser is now Xerces-J 2.6.2.
No revision
No revision
1.26.2.3 +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.26.2.2
retrieving revision 1.26.2.3
diff -u -r1.26.2.2 -r1.26.2.3
--- javadoc.html 9 Feb 2004 22:12:07 -0000 1.26.2.2
+++ javadoc.html 9 Mar 2004 15:58:52 -0000 1.26.2.3
@@ -443,9 +443,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>
@@ -608,7 +607,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 ... >
@@ -665,13 +664,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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|