Browse Source

* add 'since' information

* use the right anchor name (does that need BWC?)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@516308 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
258df2bbb0
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      docs/manual/CoreTasks/diagnostics.html

+ 4
- 3
docs/manual/CoreTasks/diagnostics.html View File

@@ -24,12 +24,14 @@

<body>

<h2><a name="echo">Diagnostics</a></h2>
<h2><a name="diagnostics">Diagnostics</a></h2>
<h3>Diagnostics</h3>
<p>

Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for
debugging Ant's configuration under an IDE.
<b>Since Ant 1.7.0</b>
</p>


<h3>Examples</h3>

@@ -38,7 +40,6 @@ debugging Ant's configuration under an IDE.
&lt;diagnostics/&gt;
&lt;/target&gt;
</pre>

<p>
Prints out the current diagnostics dump.
</p>


Loading…
Cancel
Save