Browse Source

doc fixes for javadoc

PR: 27284
Obtained from: Jesse Glick


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276206 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
c619bba33f
2 changed files with 7 additions and 12 deletions
  1. +1
    -1
      WHATSNEW
  2. +6
    -11
      docs/manual/CoreTasks/javadoc.html

+ 1
- 1
WHATSNEW View File

@@ -72,7 +72,7 @@ Fixed bugs:
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.



+ 6
- 11
docs/manual/CoreTasks/javadoc.html View File

@@ -442,9 +442,8 @@ the second one a colon delimited list of packages.</p>
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=&quot;XSLT_Packages org.apache.xalan.xslt*,XPath_Packages org.apache.xalan.xpath*&quot;
</pre>
<p>E.g.:</p>
<pre> group=&quot;XSLT_Packages org.apache.xalan.xslt*,XPath_Packages org.apache.xalan.xpath*&quot;</pre>

<h3>Parameters specified as nested elements</h3>

@@ -607,7 +606,7 @@ therefore, if they can be interpreted by the doclet in use.</p>

<p>If the doclet requires additional parameters, these can be specified with
<code>&lt;param&gt;</code> elements within the <code>&lt;doclet&gt;</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> &lt;javadoc ... &gt;
@@ -664,13 +663,9 @@ not set the description attribute for those tags.</p>
<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>


Loading…
Cancel
Save