Browse Source

The Attribute sourcefiles of the javadoc-task takes comma-separated values,

not space separated.

Reported by: <jtfox@usa.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268529 13f79535-47bb-0310-9956-ffa450edef68
master
Nico Seessle 24 years ago
parent
commit
9b73d38e73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/index.html

+ 1
- 1
docs/index.html View File

@@ -3493,7 +3493,7 @@ instead.</p>
</tr> </tr>
<tr> <tr>
<td valign="top">sourcefiles</td> <td valign="top">sourcefiles</td>
<td valign="top">Space separated list of source files</td>
<td valign="top">Comma separated list of source files</td>
<td align="center" valign="top">all</td> <td align="center" valign="top">all</td>
<td align="center" valign="middle" rowspan="2">at least one of the two</td> <td align="center" valign="middle" rowspan="2">at least one of the two</td>
</tr> </tr>


Loading…
Cancel
Save