Trac #208: New option classdumpdir for JaCoCo agent
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 38d8bdd..4da2fff 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -254,6 +254,15 @@
</td>
<td><code>6300</code></td>
</tr>
+ <tr>
+ <td><code>classdumpdir</code></td>
+ <td>Location relative to the working directory where all class files seen
+ by the agent are dumped to. This can be useful for debugging purposes
+ or in case of dynamically created classes for example when scripting
+ engines are used.
+ </td>
+ <td><i>no dumps</i></td>
+ </tr>
</tbody>
</table>