Browse Source

Oops, correcting stupid mistake - had listed 'executable' attr to <javadoc> as part of the <tag> nested element

by accident. Unfortunately got into 1.6.3.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278202 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 20 years ago
parent
commit
65fcd362e5
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      docs/manual/CoreTasks/javadoc.html

+ 8
- 8
docs/manual/CoreTasks/javadoc.html View File

@@ -443,6 +443,14 @@ to ensure that this command supports the attributes you wish to use.</p>
<td align="center" valign="top">all</td>
<td align="center" valign="top">No (default is <code>false</code>)</td>
</tr>
<tr>
<td valign="top">executable</td>
<td valign="top">Specify a particular <code>javadoc</code> executable
to use in place of the default binary (found in the same JDK as Ant is running in).
<em>since Ant 1.6.3</em>.</td>
<td align="center" valign="top">all</td>
<td align="center" valign="top">No</td>
</tr>
</table>

<h4><a name="groupattribute">Format of the group attribute</a></h4>
@@ -694,14 +702,6 @@ todo:a:"To Do"</pre>
</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">executable</td>
<td valign="top">Specify a particular <code>javadoc</code> executable
to use in place of the default binary (found in the same JDK as Ant is running in).
<em>since Ant 1.6.3</em>.</td>
<td align="center" valign="top">all</td>
<td align="center" valign="top">No</td>
</tr>
</table>

<h4><a name="tagletelement">taglet</a></h4>


Loading…
Cancel
Save