Trac #152: expose tab width of html report in ant task
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index f028b5f..068477f 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -462,14 +462,37 @@
     ear etc.) or folders containing class files. Archives and folders are

     searched recursively for class files.</li>

   <li><code>sourcefiles</code>: Optional container element for Ant resources and

-    resource collections that specify corresponding source files. The element

-    has an optional attribute <code>encoding</code> to specify the character

-    encoding of the source files. If no encoding is given, the platform default

-    is used. If source files are specified, some report formats include

-    highlighted source code.</li>

+    resource collections that specify corresponding source files. If source

+    files are specified, some report formats include highlighted source code.</li>

 </ul>

 

 <p>

+  The <code>sourcefiles</code> element has these optional attributes:

+</p>

+

+<table class="coverage">

+  <thead>

+    <tr>

+      <td>Attribute</td>

+      <td>Description</td>

+      <td>Default</td>

+    </tr>

+  </thead>

+  <tbody>

+    <tr>

+      <td><code>encoding</code></td>

+      <td>Character encoding of the source files.</td>

+      <td>Platform default encoding</td>

+    </tr>

+    <tr>

+      <td><code>tabwidth</code></td>

+      <td>Number of whitespace characters that represent a tab character.</td>

+      <td>4 characters</td>

+    </tr>

+  </tbody>

+</table>

+

+<p>

   Note that the <code>classfiles</code> and <code>sourcefiles</code> elements

   accept any

   <a href="http://ant.apache.org/manual/Types/resources.html#collection">Ant

diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 13088c0..aa8f835 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -18,6 +18,21 @@
 

 <h1>Change History</h1>

 

+<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>

+

+<h3>New Features</h3>

+<ul>

+  <li>For HTML reports the tab width can be specified on the

+      <code>sourcefiles</code> attribute of the <code>report</code> Ant task

+     (Track #152).</li>

+</ul>

+

+<h3>API Changes</h3>

+<ul>

+  <li>New method <code>getTabWidth()</code> in callback interface 

+      <code>ISourceFileLocator.getTabWidth()</code> (Trac #152).</li>

+</ul>

+

 <h2>Release 0.5.1 (2011/03/21)</h2>

 

 <h3>New Features</h3>