Browse Source

Synced the documentation for <javac> with the implementation.

Reported by:	Ernst de Haan <ernst@jollem.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268071 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 25 years ago
parent
commit
c23f0f5faa
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      docs/index.html

+ 5
- 5
docs/index.html View File

@@ -26,7 +26,7 @@
<li>Dave Walend (<a href="mailto:dwalend@cs.tufts.edu">dwalend@cs.tufts.edu</a>)</li>
</ul>

<p>Version 1.2 - 2000/09/27</p>
<p>Version 1.2 - 2000/10/10</p>

<hr>
<h2>Table of Contents</h2>
@@ -2622,19 +2622,19 @@ inclusion/exclusion of files works, and how to write patterns.</p>
<tr>
<td valign="top">debug</td>
<td valign="top">indicates whether there should be compiled with debug
information (&quot;on&quot;).</td>
information (&quot;off&quot;).</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">optimize</td>
<td valign="top">indicates whether there should be compiled with
optimization (&quot;on&quot;).</td>
optimization (&quot;off&quot;).</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">deprecation</td>
<td valign="top">indicates whether there should be compiled with deprecation
information (&quot;on&quot;).</td>
information (&quot;off&quot;).</td>
<td align="center" valign="top">No</td>
</tr>
<tr>
@@ -2650,7 +2650,7 @@ inclusion/exclusion of files works, and how to write patterns.</p>
</tr>
<tr>
<td valign="top">depend</td> <td valign="top">enables dependency
tracking for compilers that support this (jikes and modern)</td>
tracking for compilers that support this (jikes and classic)</td>
<td align="center" valign="top">No</td>
</tr>
</table>


Loading…
Cancel
Save