You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2016/03/02 03:36:21 UTC

[2/7] yetus git commit: git hash 6d3369eb5948c3071dd18e272d07e7ebd999ac43

http://git-wip-us.apache.org/repos/asf/yetus/blob/21be113e/documentation/in-progress/precommit-apidocs/plugins/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/plugins/index.html b/documentation/in-progress/precommit-apidocs/plugins/index.html
index accc7f2..e276b92 100644
--- a/documentation/in-progress/precommit-apidocs/plugins/index.html
+++ b/documentation/in-progress/precommit-apidocs/plugins/index.html
@@ -118,6 +118,12 @@
 -->
 
 <ul>
+<li>Public/Stable/Replaceable
+
+<ul>
+<li><a href="#maven_add_install">maven_add_install</a></li>
+<li><a href="#maven_delete_install">maven_delete_install</a></li>
+</ul></li>
 <li>Public/Stable/Not Replaceable
 
 <ul>
@@ -149,11 +155,9 @@
 <li><a href="#bugzilla_usage">bugzilla_usage</a></li>
 <li><a href="#cc_filefilter">cc_filefilter</a></li>
 <li><a href="#checkstyle_filefilter">checkstyle_filefilter</a></li>
-<li><a href="#checkstyle_parse_args">checkstyle_parse_args</a></li>
 <li><a href="#checkstyle_postapply">checkstyle_postapply</a></li>
 <li><a href="#checkstyle_postcompile">checkstyle_postcompile</a></li>
 <li><a href="#checkstyle_preapply">checkstyle_preapply</a></li>
-<li><a href="#checkstyle_usage">checkstyle_usage</a></li>
 <li><a href="#findbugs_filefilter">findbugs_filefilter</a></li>
 <li><a href="#findbugs_parse_args">findbugs_parse_args</a></li>
 <li><a href="#findbugs_precheck">findbugs_precheck</a></li>
@@ -269,22 +273,21 @@
 
 <hr>
 
-<h2>Public/Stable/Not Replaceable</h2>
+<h2 id="public-stable-replaceable">Public/Stable/Replaceable</h2>
 
-<h3><code>bugzilla_write_comment</code></h3>
+<h3 id="maven_add_install"><code>maven_add_install</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_write_comment filename
+<pre class="highlight plaintext"><code>maven_add_install test
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>Write the contents of a file to Bugzilla</p>
+<p>Add the given test type as requiring a mvn install during the branch phase</p>
 
 <ul>
 <li>Returns</li>
@@ -305,23 +308,22 @@
 </tr>
 <tr>
 <td style="text-align: left">Replaceable</td>
-<td style="text-align: left">No</td>
+<td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h3><code>github_write_comment</code></h3>
+<h3 id="maven_delete_install"><code>maven_delete_install</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_write_comment filename
+<pre class="highlight plaintext"><code>maven_delete_install test
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>Write the contents of a file to github</p>
+<p>Remove the given test type as requiring a mvn install</p>
 
 <ul>
 <li>Returns</li>
@@ -342,31 +344,30 @@
 </tr>
 <tr>
 <td style="text-align: left">Replaceable</td>
-<td style="text-align: left">No</td>
+<td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h3><code>javac_precheck</code></h3>
+<h2 id="public-stable-not-replaceable">Public/Stable/Not Replaceable</h2>
+
+<h3 id="bugzilla_write_comment"><code>bugzilla_write_comment</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>javac_precheck
+<pre class="highlight plaintext"><code>bugzilla_write_comment filename
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>Verify that ${JAVA_HOME} is defined</p>
+<p>Write the contents of a file to Bugzilla</p>
 
 <ul>
 <li>Returns</li>
 </ul>
 
-<p>1 - no JAVA_HOME</p>
-
-<p>0 - JAVA_HOME defined</p>
+<p>Nothing</p>
 <table class='table table-bordered table-striped'><thead><tr>
 <th style="text-align: left">Classification</th>
 <th style="text-align: left">Level</th>
@@ -384,26 +385,25 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_write_comment</code></h3>
+<h3 id="github_write_comment"><code>github_write_comment</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_write_comment filename
+<pre class="highlight plaintext"><code>github_write_comment filename
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>Write the contents of a file to JIRA</p>
+<p>Write the contents of a file to github</p>
 
 <ul>
 <li>Returns</li>
 </ul>
 
-<p>exit code from posting to jira</p>
+<p>Nothing</p>
 <table class='table table-bordered table-striped'><thead><tr>
 <th style="text-align: left">Classification</th>
 <th style="text-align: left">Level</th>
@@ -421,89 +421,88 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h2>None/None/Not Replaceable</h2>
-
-<h3><code>ant_buildfile</code></h3>
+<h3 id="javac_precheck"><code>javac_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_buildfile
+<pre class="highlight plaintext"><code>javac_precheck
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>None</p>
+<p>Verify that ${JAVA_HOME} is defined</p>
 
 <ul>
 <li>Returns</li>
 </ul>
 
-<p>Nothing</p>
+<p>1 - no JAVA_HOME</p>
+
+<p>0 - JAVA_HOME defined</p>
 <table class='table table-bordered table-striped'><thead><tr>
 <th style="text-align: left">Classification</th>
 <th style="text-align: left">Level</th>
 </tr>
 </thead><tbody><tr>
 <td style="text-align: left">Audience</td>
-<td style="text-align: left">None</td>
+<td style="text-align: left">Public</td>
 </tr>
 <tr>
 <td style="text-align: left">Stability</td>
-<td style="text-align: left">None</td>
+<td style="text-align: left">Stable</td>
 </tr>
 <tr>
 <td style="text-align: left">Replaceable</td>
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_builtin_personality_file_tests</code></h3>
+<h3 id="jira_write_comment"><code>jira_write_comment</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_builtin_personality_file_tests
+<pre class="highlight plaintext"><code>jira_write_comment filename
 </code></pre>
 
 <ul>
 <li>Description</li>
 </ul>
 
-<p>None</p>
+<p>Write the contents of a file to JIRA</p>
 
 <ul>
 <li>Returns</li>
 </ul>
 
-<p>Nothing</p>
+<p>exit code from posting to jira</p>
 <table class='table table-bordered table-striped'><thead><tr>
 <th style="text-align: left">Classification</th>
 <th style="text-align: left">Level</th>
 </tr>
 </thead><tbody><tr>
 <td style="text-align: left">Audience</td>
-<td style="text-align: left">None</td>
+<td style="text-align: left">Public</td>
 </tr>
 <tr>
 <td style="text-align: left">Stability</td>
-<td style="text-align: left">None</td>
+<td style="text-align: left">Stable</td>
 </tr>
 <tr>
 <td style="text-align: left">Replaceable</td>
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_builtin_personality_modules</code></h3>
+<h2 id="none-none-not-replaceable">None/None/Not Replaceable</h2>
+
+<h3 id="ant_buildfile"><code>ant_buildfile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_builtin_personality_modules
+<pre class="highlight plaintext"><code>ant_buildfile
 </code></pre>
 
 <ul>
@@ -534,13 +533,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_docker_support</code></h3>
+<h3 id="ant_builtin_personality_file_tests"><code>ant_builtin_personality_file_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_docker_support
+<pre class="highlight plaintext"><code>ant_builtin_personality_file_tests
 </code></pre>
 
 <ul>
@@ -571,13 +569,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_executor</code></h3>
+<h3 id="ant_builtin_personality_modules"><code>ant_builtin_personality_modules</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_executor
+<pre class="highlight plaintext"><code>ant_builtin_personality_modules
 </code></pre>
 
 <ul>
@@ -608,13 +605,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_filefilter</code></h3>
+<h3 id="ant_docker_support"><code>ant_docker_support</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_filefilter
+<pre class="highlight plaintext"><code>ant_docker_support
 </code></pre>
 
 <ul>
@@ -645,13 +641,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_initialize</code></h3>
+<h3 id="ant_executor"><code>ant_executor</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_initialize
+<pre class="highlight plaintext"><code>ant_executor
 </code></pre>
 
 <ul>
@@ -682,13 +677,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_modules_worker</code></h3>
+<h3 id="ant_filefilter"><code>ant_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_modules_worker
+<pre class="highlight plaintext"><code>ant_filefilter
 </code></pre>
 
 <ul>
@@ -719,13 +713,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_parse_args</code></h3>
+<h3 id="ant_initialize"><code>ant_initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_parse_args
+<pre class="highlight plaintext"><code>ant_initialize
 </code></pre>
 
 <ul>
@@ -756,13 +749,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ant_usage</code></h3>
+<h3 id="ant_modules_worker"><code>ant_modules_worker</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ant_usage
+<pre class="highlight plaintext"><code>ant_modules_worker
 </code></pre>
 
 <ul>
@@ -793,13 +785,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>asflicense_parse_args</code></h3>
+<h3 id="ant_parse_args"><code>ant_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>asflicense_parse_args
+<pre class="highlight plaintext"><code>ant_parse_args
 </code></pre>
 
 <ul>
@@ -830,13 +821,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>asflicense_usage</code></h3>
+<h3 id="ant_usage"><code>ant_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>asflicense_usage
+<pre class="highlight plaintext"><code>ant_usage
 </code></pre>
 
 <ul>
@@ -867,13 +857,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>asflicense_writexsl</code></h3>
+<h3 id="asflicense_parse_args"><code>asflicense_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>asflicense_writexsl
+<pre class="highlight plaintext"><code>asflicense_parse_args
 </code></pre>
 
 <ul>
@@ -904,13 +893,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>bugzilla_determine_issue</code></h3>
+<h3 id="asflicense_usage"><code>asflicense_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_determine_issue
+<pre class="highlight plaintext"><code>asflicense_usage
 </code></pre>
 
 <ul>
@@ -941,13 +929,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>bugzilla_http_fetch</code></h3>
+<h3 id="asflicense_writexsl"><code>asflicense_writexsl</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_http_fetch
+<pre class="highlight plaintext"><code>asflicense_writexsl
 </code></pre>
 
 <ul>
@@ -978,13 +965,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>bugzilla_locate_patch</code></h3>
+<h3 id="bugzilla_determine_issue"><code>bugzilla_determine_issue</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_locate_patch
+<pre class="highlight plaintext"><code>bugzilla_determine_issue
 </code></pre>
 
 <ul>
@@ -1015,13 +1001,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>bugzilla_parse_args</code></h3>
+<h3 id="bugzilla_http_fetch"><code>bugzilla_http_fetch</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_parse_args
+<pre class="highlight plaintext"><code>bugzilla_http_fetch
 </code></pre>
 
 <ul>
@@ -1052,13 +1037,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>bugzilla_usage</code></h3>
+<h3 id="bugzilla_locate_patch"><code>bugzilla_locate_patch</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugzilla_usage
+<pre class="highlight plaintext"><code>bugzilla_locate_patch
 </code></pre>
 
 <ul>
@@ -1089,13 +1073,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>cc_filefilter</code></h3>
+<h3 id="bugzilla_parse_args"><code>bugzilla_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>cc_filefilter
+<pre class="highlight plaintext"><code>bugzilla_parse_args
 </code></pre>
 
 <ul>
@@ -1126,13 +1109,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_filefilter</code></h3>
+<h3 id="bugzilla_usage"><code>bugzilla_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_filefilter
+<pre class="highlight plaintext"><code>bugzilla_usage
 </code></pre>
 
 <ul>
@@ -1163,13 +1145,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_parse_args</code></h3>
+<h3 id="cc_filefilter"><code>cc_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_parse_args
+<pre class="highlight plaintext"><code>cc_filefilter
 </code></pre>
 
 <ul>
@@ -1200,13 +1181,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_postapply</code></h3>
+<h3 id="checkstyle_filefilter"><code>checkstyle_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_postapply
+<pre class="highlight plaintext"><code>checkstyle_filefilter
 </code></pre>
 
 <ul>
@@ -1237,13 +1217,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_postcompile</code></h3>
+<h3 id="checkstyle_postapply"><code>checkstyle_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_postcompile
+<pre class="highlight plaintext"><code>checkstyle_postapply
 </code></pre>
 
 <ul>
@@ -1274,13 +1253,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_preapply</code></h3>
+<h3 id="checkstyle_postcompile"><code>checkstyle_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_preapply
+<pre class="highlight plaintext"><code>checkstyle_postcompile
 </code></pre>
 
 <ul>
@@ -1311,13 +1289,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>checkstyle_usage</code></h3>
+<h3 id="checkstyle_preapply"><code>checkstyle_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>checkstyle_usage
+<pre class="highlight plaintext"><code>checkstyle_preapply
 </code></pre>
 
 <ul>
@@ -1348,13 +1325,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>findbugs_filefilter</code></h3>
+<h3 id="findbugs_filefilter"><code>findbugs_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>findbugs_filefilter
+<pre class="highlight plaintext"><code>findbugs_filefilter
 </code></pre>
 
 <ul>
@@ -1385,13 +1361,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>findbugs_parse_args</code></h3>
+<h3 id="findbugs_parse_args"><code>findbugs_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>findbugs_parse_args
+<pre class="highlight plaintext"><code>findbugs_parse_args
 </code></pre>
 
 <ul>
@@ -1422,13 +1397,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>findbugs_precheck</code></h3>
+<h3 id="findbugs_precheck"><code>findbugs_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>findbugs_precheck
+<pre class="highlight plaintext"><code>findbugs_precheck
 </code></pre>
 
 <ul>
@@ -1459,13 +1433,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>findbugs_rebuild</code></h3>
+<h3 id="findbugs_rebuild"><code>findbugs_rebuild</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>findbugs_rebuild
+<pre class="highlight plaintext"><code>findbugs_rebuild
 </code></pre>
 
 <ul>
@@ -1496,13 +1469,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>findbugs_usage</code></h3>
+<h3 id="findbugs_usage"><code>findbugs_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>findbugs_usage
+<pre class="highlight plaintext"><code>findbugs_usage
 </code></pre>
 
 <ul>
@@ -1533,13 +1505,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_breakup_url</code></h3>
+<h3 id="github_breakup_url"><code>github_breakup_url</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_breakup_url url
+<pre class="highlight plaintext"><code>github_breakup_url url
 </code></pre>
 
 <ul>
@@ -1570,13 +1541,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_determine_issue</code></h3>
+<h3 id="github_determine_issue"><code>github_determine_issue</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_determine_issue
+<pre class="highlight plaintext"><code>github_determine_issue
 </code></pre>
 
 <ul>
@@ -1607,13 +1577,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_find_jira_title</code></h3>
+<h3 id="github_find_jira_title"><code>github_find_jira_title</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_find_jira_title
+<pre class="highlight plaintext"><code>github_find_jira_title
 </code></pre>
 
 <ul>
@@ -1644,13 +1613,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_jira_bridge</code></h3>
+<h3 id="github_jira_bridge"><code>github_jira_bridge</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_jira_bridge
+<pre class="highlight plaintext"><code>github_jira_bridge
 </code></pre>
 
 <ul>
@@ -1681,13 +1649,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_linecomments</code></h3>
+<h3 id="github_linecomments"><code>github_linecomments</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_linecomments
+<pre class="highlight plaintext"><code>github_linecomments
 </code></pre>
 
 <ul>
@@ -1718,13 +1685,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_locate_patch</code></h3>
+<h3 id="github_locate_patch"><code>github_locate_patch</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_locate_patch
+<pre class="highlight plaintext"><code>github_locate_patch
 </code></pre>
 
 <ul>
@@ -1755,13 +1721,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_parse_args</code></h3>
+<h3 id="github_parse_args"><code>github_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_parse_args
+<pre class="highlight plaintext"><code>github_parse_args
 </code></pre>
 
 <ul>
@@ -1792,13 +1757,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>github_usage</code></h3>
+<h3 id="github_usage"><code>github_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>github_usage
+<pre class="highlight plaintext"><code>github_usage
 </code></pre>
 
 <ul>
@@ -1829,13 +1793,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_buildfile</code></h3>
+<h3 id="gradle_buildfile"><code>gradle_buildfile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_buildfile
+<pre class="highlight plaintext"><code>gradle_buildfile
 </code></pre>
 
 <ul>
@@ -1866,13 +1829,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_builtin_personality_file_tests</code></h3>
+<h3 id="gradle_builtin_personality_file_tests"><code>gradle_builtin_personality_file_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_builtin_personality_file_tests
+<pre class="highlight plaintext"><code>gradle_builtin_personality_file_tests
 </code></pre>
 
 <ul>
@@ -1903,13 +1865,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_builtin_personality_modules</code></h3>
+<h3 id="gradle_builtin_personality_modules"><code>gradle_builtin_personality_modules</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_builtin_personality_modules
+<pre class="highlight plaintext"><code>gradle_builtin_personality_modules
 </code></pre>
 
 <ul>
@@ -1940,13 +1901,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_docker_support</code></h3>
+<h3 id="gradle_docker_support"><code>gradle_docker_support</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_docker_support
+<pre class="highlight plaintext"><code>gradle_docker_support
 </code></pre>
 
 <ul>
@@ -1977,13 +1937,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_executor</code></h3>
+<h3 id="gradle_executor"><code>gradle_executor</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_executor
+<pre class="highlight plaintext"><code>gradle_executor
 </code></pre>
 
 <ul>
@@ -2014,13 +1973,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_filefilter</code></h3>
+<h3 id="gradle_filefilter"><code>gradle_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_filefilter
+<pre class="highlight plaintext"><code>gradle_filefilter
 </code></pre>
 
 <ul>
@@ -2051,13 +2009,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_initialize</code></h3>
+<h3 id="gradle_initialize"><code>gradle_initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_initialize
+<pre class="highlight plaintext"><code>gradle_initialize
 </code></pre>
 
 <ul>
@@ -2088,13 +2045,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_modules_worker</code></h3>
+<h3 id="gradle_modules_worker"><code>gradle_modules_worker</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_modules_worker
+<pre class="highlight plaintext"><code>gradle_modules_worker
 </code></pre>
 
 <ul>
@@ -2125,13 +2081,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_parse_args</code></h3>
+<h3 id="gradle_parse_args"><code>gradle_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_parse_args
+<pre class="highlight plaintext"><code>gradle_parse_args
 </code></pre>
 
 <ul>
@@ -2162,13 +2117,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>gradle_usage</code></h3>
+<h3 id="gradle_usage"><code>gradle_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>gradle_usage
+<pre class="highlight plaintext"><code>gradle_usage
 </code></pre>
 
 <ul>
@@ -2199,13 +2153,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>initialize_java</code></h3>
+<h3 id="initialize_java"><code>initialize_java</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>initialize_java
+<pre class="highlight plaintext"><code>initialize_java
 </code></pre>
 
 <ul>
@@ -2236,13 +2189,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>javac_filefilter</code></h3>
+<h3 id="javac_filefilter"><code>javac_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>javac_filefilter
+<pre class="highlight plaintext"><code>javac_filefilter
 </code></pre>
 
 <ul>
@@ -2273,13 +2225,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>javac_initialize</code></h3>
+<h3 id="javac_initialize"><code>javac_initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>javac_initialize
+<pre class="highlight plaintext"><code>javac_initialize
 </code></pre>
 
 <ul>
@@ -2310,13 +2261,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>javadoc_filefilter</code></h3>
+<h3 id="javadoc_filefilter"><code>javadoc_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>javadoc_filefilter
+<pre class="highlight plaintext"><code>javadoc_filefilter
 </code></pre>
 
 <ul>
@@ -2347,13 +2297,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>javadoc_initialize</code></h3>
+<h3 id="javadoc_initialize"><code>javadoc_initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>javadoc_initialize
+<pre class="highlight plaintext"><code>javadoc_initialize
 </code></pre>
 
 <ul>
@@ -2384,13 +2333,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_determine_issue</code></h3>
+<h3 id="jira_determine_issue"><code>jira_determine_issue</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_determine_issue
+<pre class="highlight plaintext"><code>jira_determine_issue
 </code></pre>
 
 <ul>
@@ -2421,13 +2369,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_http_fetch</code></h3>
+<h3 id="jira_http_fetch"><code>jira_http_fetch</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_http_fetch
+<pre class="highlight plaintext"><code>jira_http_fetch
 </code></pre>
 
 <ul>
@@ -2458,13 +2405,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_locate_patch</code></h3>
+<h3 id="jira_locate_patch"><code>jira_locate_patch</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_locate_patch
+<pre class="highlight plaintext"><code>jira_locate_patch
 </code></pre>
 
 <ul>
@@ -2495,13 +2441,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_parse_args</code></h3>
+<h3 id="jira_parse_args"><code>jira_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_parse_args
+<pre class="highlight plaintext"><code>jira_parse_args
 </code></pre>
 
 <ul>
@@ -2532,13 +2477,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>jira_usage</code></h3>
+<h3 id="jira_usage"><code>jira_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>jira_usage
+<pre class="highlight plaintext"><code>jira_usage
 </code></pre>
 
 <ul>
@@ -2569,13 +2513,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>junit_finalize_results</code></h3>
+<h3 id="junit_finalize_results"><code>junit_finalize_results</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>junit_finalize_results
+<pre class="highlight plaintext"><code>junit_finalize_results
 </code></pre>
 
 <ul>
@@ -2606,13 +2549,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>junit_process_tests</code></h3>
+<h3 id="junit_process_tests"><code>junit_process_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>junit_process_tests
+<pre class="highlight plaintext"><code>junit_process_tests
 </code></pre>
 
 <ul>
@@ -2643,13 +2585,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_buildfile</code></h3>
+<h3 id="maven_buildfile"><code>maven_buildfile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_buildfile
+<pre class="highlight plaintext"><code>maven_buildfile
 </code></pre>
 
 <ul>
@@ -2680,13 +2621,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_builtin_personality_file_tests</code></h3>
+<h3 id="maven_builtin_personality_file_tests"><code>maven_builtin_personality_file_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_builtin_personality_file_tests
+<pre class="highlight plaintext"><code>maven_builtin_personality_file_tests
 </code></pre>
 
 <ul>
@@ -2717,13 +2657,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_builtin_personality_modules</code></h3>
+<h3 id="maven_builtin_personality_modules"><code>maven_builtin_personality_modules</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_builtin_personality_modules
+<pre class="highlight plaintext"><code>maven_builtin_personality_modules
 </code></pre>
 
 <ul>
@@ -2754,13 +2693,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_docker_support</code></h3>
+<h3 id="maven_docker_support"><code>maven_docker_support</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_docker_support
+<pre class="highlight plaintext"><code>maven_docker_support
 </code></pre>
 
 <ul>
@@ -2791,13 +2729,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_executor</code></h3>
+<h3 id="maven_executor"><code>maven_executor</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_executor
+<pre class="highlight plaintext"><code>maven_executor
 </code></pre>
 
 <ul>
@@ -2828,13 +2765,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_filefilter</code></h3>
+<h3 id="maven_filefilter"><code>maven_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_filefilter
+<pre class="highlight plaintext"><code>maven_filefilter
 </code></pre>
 
 <ul>
@@ -2865,13 +2801,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_initialize</code></h3>
+<h3 id="maven_initialize"><code>maven_initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_initialize
+<pre class="highlight plaintext"><code>maven_initialize
 </code></pre>
 
 <ul>
@@ -2902,13 +2837,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_javac_logfilter</code></h3>
+<h3 id="maven_javac_logfilter"><code>maven_javac_logfilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_javac_logfilter
+<pre class="highlight plaintext"><code>maven_javac_logfilter
 </code></pre>
 
 <ul>
@@ -2939,13 +2873,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_modules_worker</code></h3>
+<h3 id="maven_modules_worker"><code>maven_modules_worker</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_modules_worker
+<pre class="highlight plaintext"><code>maven_modules_worker
 </code></pre>
 
 <ul>
@@ -2976,13 +2909,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_parse_args</code></h3>
+<h3 id="maven_parse_args"><code>maven_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_parse_args
+<pre class="highlight plaintext"><code>maven_parse_args
 </code></pre>
 
 <ul>
@@ -3013,13 +2945,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_precheck</code></h3>
+<h3 id="maven_precheck"><code>maven_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_precheck
+<pre class="highlight plaintext"><code>maven_precheck
 </code></pre>
 
 <ul>
@@ -3050,13 +2981,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>maven_usage</code></h3>
+<h3 id="maven_usage"><code>maven_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>maven_usage
+<pre class="highlight plaintext"><code>maven_usage
 </code></pre>
 
 <ul>
@@ -3087,13 +3017,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>mvnsite_filefilter</code></h3>
+<h3 id="mvnsite_filefilter"><code>mvnsite_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>mvnsite_filefilter
+<pre class="highlight plaintext"><code>mvnsite_filefilter
 </code></pre>
 
 <ul>
@@ -3124,13 +3053,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>nobuild_buildfile</code></h3>
+<h3 id="nobuild_buildfile"><code>nobuild_buildfile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>nobuild_buildfile
+<pre class="highlight plaintext"><code>nobuild_buildfile
 </code></pre>
 
 <ul>
@@ -3161,13 +3089,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>nobuild_builtin_personality_file_tests</code></h3>
+<h3 id="nobuild_builtin_personality_file_tests"><code>nobuild_builtin_personality_file_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>nobuild_builtin_personality_file_tests
+<pre class="highlight plaintext"><code>nobuild_builtin_personality_file_tests
 </code></pre>
 
 <ul>
@@ -3198,13 +3125,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>nobuild_builtin_personality_modules</code></h3>
+<h3 id="nobuild_builtin_personality_modules"><code>nobuild_builtin_personality_modules</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>nobuild_builtin_personality_modules
+<pre class="highlight plaintext"><code>nobuild_builtin_personality_modules
 </code></pre>
 
 <ul>
@@ -3235,13 +3161,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>nobuild_executor</code></h3>
+<h3 id="nobuild_executor"><code>nobuild_executor</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>nobuild_executor
+<pre class="highlight plaintext"><code>nobuild_executor
 </code></pre>
 
 <ul>
@@ -3272,13 +3197,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>nobuild_modules_worker</code></h3>
+<h3 id="nobuild_modules_worker"><code>nobuild_modules_worker</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>nobuild_modules_worker
+<pre class="highlight plaintext"><code>nobuild_modules_worker
 </code></pre>
 
 <ul>
@@ -3309,13 +3233,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_filefilter</code></h3>
+<h3 id="perlcritic_filefilter"><code>perlcritic_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_filefilter
+<pre class="highlight plaintext"><code>perlcritic_filefilter
 </code></pre>
 
 <ul>
@@ -3346,13 +3269,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_parse_args</code></h3>
+<h3 id="perlcritic_parse_args"><code>perlcritic_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_parse_args
+<pre class="highlight plaintext"><code>perlcritic_parse_args
 </code></pre>
 
 <ul>
@@ -3383,13 +3305,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_postapply</code></h3>
+<h3 id="perlcritic_postapply"><code>perlcritic_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_postapply
+<pre class="highlight plaintext"><code>perlcritic_postapply
 </code></pre>
 
 <ul>
@@ -3420,13 +3341,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_postcompile</code></h3>
+<h3 id="perlcritic_postcompile"><code>perlcritic_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_postcompile
+<pre class="highlight plaintext"><code>perlcritic_postcompile
 </code></pre>
 
 <ul>
@@ -3457,13 +3377,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_preapply</code></h3>
+<h3 id="perlcritic_preapply"><code>perlcritic_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_preapply
+<pre class="highlight plaintext"><code>perlcritic_preapply
 </code></pre>
 
 <ul>
@@ -3494,13 +3413,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_precheck</code></h3>
+<h3 id="perlcritic_precheck"><code>perlcritic_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_precheck
+<pre class="highlight plaintext"><code>perlcritic_precheck
 </code></pre>
 
 <ul>
@@ -3531,13 +3449,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>perlcritic_usage</code></h3>
+<h3 id="perlcritic_usage"><code>perlcritic_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>perlcritic_usage
+<pre class="highlight plaintext"><code>perlcritic_usage
 </code></pre>
 
 <ul>
@@ -3568,13 +3485,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_filefilter</code></h3>
+<h3 id="pylint_filefilter"><code>pylint_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_filefilter
+<pre class="highlight plaintext"><code>pylint_filefilter
 </code></pre>
 
 <ul>
@@ -3605,13 +3521,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_parse_args</code></h3>
+<h3 id="pylint_parse_args"><code>pylint_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_parse_args
+<pre class="highlight plaintext"><code>pylint_parse_args
 </code></pre>
 
 <ul>
@@ -3642,13 +3557,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_postapply</code></h3>
+<h3 id="pylint_postapply"><code>pylint_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_postapply
+<pre class="highlight plaintext"><code>pylint_postapply
 </code></pre>
 
 <ul>
@@ -3679,13 +3593,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_postcompile</code></h3>
+<h3 id="pylint_postcompile"><code>pylint_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_postcompile
+<pre class="highlight plaintext"><code>pylint_postcompile
 </code></pre>
 
 <ul>
@@ -3716,13 +3629,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_preapply</code></h3>
+<h3 id="pylint_preapply"><code>pylint_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_preapply
+<pre class="highlight plaintext"><code>pylint_preapply
 </code></pre>
 
 <ul>
@@ -3753,13 +3665,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_precheck</code></h3>
+<h3 id="pylint_precheck"><code>pylint_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_precheck
+<pre class="highlight plaintext"><code>pylint_precheck
 </code></pre>
 
 <ul>
@@ -3790,13 +3701,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>pylint_usage</code></h3>
+<h3 id="pylint_usage"><code>pylint_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>pylint_usage
+<pre class="highlight plaintext"><code>pylint_usage
 </code></pre>
 
 <ul>
@@ -3827,13 +3737,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_filefilter</code></h3>
+<h3 id="rubocop_filefilter"><code>rubocop_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_filefilter
+<pre class="highlight plaintext"><code>rubocop_filefilter
 </code></pre>
 
 <ul>
@@ -3864,13 +3773,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_parse_args</code></h3>
+<h3 id="rubocop_parse_args"><code>rubocop_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_parse_args
+<pre class="highlight plaintext"><code>rubocop_parse_args
 </code></pre>
 
 <ul>
@@ -3901,13 +3809,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_postapply</code></h3>
+<h3 id="rubocop_postapply"><code>rubocop_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_postapply
+<pre class="highlight plaintext"><code>rubocop_postapply
 </code></pre>
 
 <ul>
@@ -3938,13 +3845,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_postcompile</code></h3>
+<h3 id="rubocop_postcompile"><code>rubocop_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_postcompile
+<pre class="highlight plaintext"><code>rubocop_postcompile
 </code></pre>
 
 <ul>
@@ -3975,13 +3881,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_preapply</code></h3>
+<h3 id="rubocop_preapply"><code>rubocop_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_preapply
+<pre class="highlight plaintext"><code>rubocop_preapply
 </code></pre>
 
 <ul>
@@ -4012,13 +3917,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_precheck</code></h3>
+<h3 id="rubocop_precheck"><code>rubocop_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_precheck
+<pre class="highlight plaintext"><code>rubocop_precheck
 </code></pre>
 
 <ul>
@@ -4049,13 +3953,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>rubocop_usage</code></h3>
+<h3 id="rubocop_usage"><code>rubocop_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>rubocop_usage
+<pre class="highlight plaintext"><code>rubocop_usage
 </code></pre>
 
 <ul>
@@ -4086,13 +3989,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_filefilter</code></h3>
+<h3 id="ruby_lint_filefilter"><code>ruby_lint_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_filefilter
+<pre class="highlight plaintext"><code>ruby_lint_filefilter
 </code></pre>
 
 <ul>
@@ -4123,13 +4025,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_parse_args</code></h3>
+<h3 id="ruby_lint_parse_args"><code>ruby_lint_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_parse_args
+<pre class="highlight plaintext"><code>ruby_lint_parse_args
 </code></pre>
 
 <ul>
@@ -4160,13 +4061,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_postapply</code></h3>
+<h3 id="ruby_lint_postapply"><code>ruby_lint_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_postapply
+<pre class="highlight plaintext"><code>ruby_lint_postapply
 </code></pre>
 
 <ul>
@@ -4197,13 +4097,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_postcompile</code></h3>
+<h3 id="ruby_lint_postcompile"><code>ruby_lint_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_postcompile
+<pre class="highlight plaintext"><code>ruby_lint_postcompile
 </code></pre>
 
 <ul>
@@ -4234,13 +4133,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_preapply</code></h3>
+<h3 id="ruby_lint_preapply"><code>ruby_lint_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_preapply
+<pre class="highlight plaintext"><code>ruby_lint_preapply
 </code></pre>
 
 <ul>
@@ -4271,13 +4169,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_precheck</code></h3>
+<h3 id="ruby_lint_precheck"><code>ruby_lint_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_precheck
+<pre class="highlight plaintext"><code>ruby_lint_precheck
 </code></pre>
 
 <ul>
@@ -4308,13 +4205,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>ruby_lint_usage</code></h3>
+<h3 id="ruby_lint_usage"><code>ruby_lint_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>ruby_lint_usage
+<pre class="highlight plaintext"><code>ruby_lint_usage
 </code></pre>
 
 <ul>
@@ -4345,13 +4241,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>scalac_filefilter</code></h3>
+<h3 id="scalac_filefilter"><code>scalac_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>scalac_filefilter
+<pre class="highlight plaintext"><code>scalac_filefilter
 </code></pre>
 
 <ul>
@@ -4382,13 +4277,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>scaladoc_filefilter</code></h3>
+<h3 id="scaladoc_filefilter"><code>scaladoc_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>scaladoc_filefilter
+<pre class="highlight plaintext"><code>scaladoc_filefilter
 </code></pre>
 
 <ul>
@@ -4419,13 +4313,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_filefilter</code></h3>
+<h3 id="shellcheck_filefilter"><code>shellcheck_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_filefilter
+<pre class="highlight plaintext"><code>shellcheck_filefilter
 </code></pre>
 
 <ul>
@@ -4456,13 +4349,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_postapply</code></h3>
+<h3 id="shellcheck_postapply"><code>shellcheck_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_postapply
+<pre class="highlight plaintext"><code>shellcheck_postapply
 </code></pre>
 
 <ul>
@@ -4493,13 +4385,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_postcompile</code></h3>
+<h3 id="shellcheck_postcompile"><code>shellcheck_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_postcompile
+<pre class="highlight plaintext"><code>shellcheck_postcompile
 </code></pre>
 
 <ul>
@@ -4530,13 +4421,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_preapply</code></h3>
+<h3 id="shellcheck_preapply"><code>shellcheck_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_preapply
+<pre class="highlight plaintext"><code>shellcheck_preapply
 </code></pre>
 
 <ul>
@@ -4567,13 +4457,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_precheck</code></h3>
+<h3 id="shellcheck_precheck"><code>shellcheck_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_precheck
+<pre class="highlight plaintext"><code>shellcheck_precheck
 </code></pre>
 
 <ul>
@@ -4604,13 +4493,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shellcheck_private_findbash</code></h3>
+<h3 id="shellcheck_private_findbash"><code>shellcheck_private_findbash</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shellcheck_private_findbash
+<pre class="highlight plaintext"><code>shellcheck_private_findbash
 </code></pre>
 
 <ul>
@@ -4641,13 +4529,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_filefilter</code></h3>
+<h3 id="shelldocs_filefilter"><code>shelldocs_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_filefilter
+<pre class="highlight plaintext"><code>shelldocs_filefilter
 </code></pre>
 
 <ul>
@@ -4678,13 +4565,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_parse_args</code></h3>
+<h3 id="shelldocs_parse_args"><code>shelldocs_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_parse_args
+<pre class="highlight plaintext"><code>shelldocs_parse_args
 </code></pre>
 
 <ul>
@@ -4715,13 +4601,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_postapply</code></h3>
+<h3 id="shelldocs_postapply"><code>shelldocs_postapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_postapply
+<pre class="highlight plaintext"><code>shelldocs_postapply
 </code></pre>
 
 <ul>
@@ -4752,13 +4637,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_postcompile</code></h3>
+<h3 id="shelldocs_postcompile"><code>shelldocs_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_postcompile
+<pre class="highlight plaintext"><code>shelldocs_postcompile
 </code></pre>
 
 <ul>
@@ -4789,13 +4673,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_preapply</code></h3>
+<h3 id="shelldocs_preapply"><code>shelldocs_preapply</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_preapply
+<pre class="highlight plaintext"><code>shelldocs_preapply
 </code></pre>
 
 <ul>
@@ -4826,13 +4709,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_precheck</code></h3>
+<h3 id="shelldocs_precheck"><code>shelldocs_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_precheck
+<pre class="highlight plaintext"><code>shelldocs_precheck
 </code></pre>
 
 <ul>
@@ -4863,13 +4745,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_private_findbash</code></h3>
+<h3 id="shelldocs_private_findbash"><code>shelldocs_private_findbash</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_private_findbash
+<pre class="highlight plaintext"><code>shelldocs_private_findbash
 </code></pre>
 
 <ul>
@@ -4900,13 +4781,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>shelldocs_usage</code></h3>
+<h3 id="shelldocs_usage"><code>shelldocs_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>shelldocs_usage
+<pre class="highlight plaintext"><code>shelldocs_usage
 </code></pre>
 
 <ul>
@@ -4937,13 +4817,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>tap_finalize_results</code></h3>
+<h3 id="tap_finalize_results"><code>tap_finalize_results</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>tap_finalize_results
+<pre class="highlight plaintext"><code>tap_finalize_results
 </code></pre>
 
 <ul>
@@ -4974,13 +4853,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>tap_parse_args</code></h3>
+<h3 id="tap_parse_args"><code>tap_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>tap_parse_args
+<pre class="highlight plaintext"><code>tap_parse_args
 </code></pre>
 
 <ul>
@@ -5011,13 +4889,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>tap_process_tests</code></h3>
+<h3 id="tap_process_tests"><code>tap_process_tests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>tap_process_tests
+<pre class="highlight plaintext"><code>tap_process_tests
 </code></pre>
 
 <ul>
@@ -5048,13 +4925,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>tap_usage</code></h3>
+<h3 id="tap_usage"><code>tap_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>tap_usage
+<pre class="highlight plaintext"><code>tap_usage
 </code></pre>
 
 <ul>
@@ -5085,13 +4961,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>unitveto_filefilter</code></h3>
+<h3 id="unitveto_filefilter"><code>unitveto_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>unitveto_filefilter
+<pre class="highlight plaintext"><code>unitveto_filefilter
 </code></pre>
 
 <ul>
@@ -5122,13 +4997,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>unitveto_parse_args</code></h3>
+<h3 id="unitveto_parse_args"><code>unitveto_parse_args</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>unitveto_parse_args
+<pre class="highlight plaintext"><code>unitveto_parse_args
 </code></pre>
 
 <ul>
@@ -5159,13 +5033,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>unitveto_patchfile</code></h3>
+<h3 id="unitveto_patchfile"><code>unitveto_patchfile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>unitveto_patchfile
+<pre class="highlight plaintext"><code>unitveto_patchfile
 </code></pre>
 
 <ul>
@@ -5196,13 +5069,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>unitveto_usage</code></h3>
+<h3 id="unitveto_usage"><code>unitveto_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>unitveto_usage
+<pre class="highlight plaintext"><code>unitveto_usage
 </code></pre>
 
 <ul>
@@ -5233,13 +5105,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>whitespace_linecomment_reporter</code></h3>
+<h3 id="whitespace_linecomment_reporter"><code>whitespace_linecomment_reporter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>whitespace_linecomment_reporter
+<pre class="highlight plaintext"><code>whitespace_linecomment_reporter
 </code></pre>
 
 <ul>
@@ -5270,13 +5141,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>whitespace_postcompile</code></h3>
+<h3 id="whitespace_postcompile"><code>whitespace_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>whitespace_postcompile
+<pre class="highlight plaintext"><code>whitespace_postcompile
 </code></pre>
 
 <ul>
@@ -5307,13 +5177,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>xml_filefilter</code></h3>
+<h3 id="xml_filefilter"><code>xml_filefilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>xml_filefilter
+<pre class="highlight plaintext"><code>xml_filefilter
 </code></pre>
 
 <ul>
@@ -5344,13 +5213,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>xml_postcompile</code></h3>
+<h3 id="xml_postcompile"><code>xml_postcompile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>xml_postcompile
+<pre class="highlight plaintext"><code>xml_postcompile
 </code></pre>
 
 <ul>
@@ -5381,13 +5249,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>xml_precheck</code></h3>
+<h3 id="xml_precheck"><code>xml_precheck</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>xml_precheck
+<pre class="highlight plaintext"><code>xml_precheck
 </code></pre>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/21be113e/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html b/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
index 81c0b90..c2efeef 100644
--- a/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
+++ b/documentation/in-progress/precommit-apidocs/smart-apply-patch/index.html
@@ -136,15 +136,14 @@
 
 <hr>
 
-<h2>Public/Stable/Not Replaceable</h2>
+<h2 id="public-stable-not-replaceable">Public/Stable/Not Replaceable</h2>
 
-<h3><code>setup_defaults</code></h3>
+<h3 id="setup_defaults"><code>setup_defaults</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>setup_defaults
+<pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
 
 <ul>
@@ -175,13 +174,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>yetus_usage</code></h3>
+<h3 id="yetus_usage"><code>yetus_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>yetus_usage
+<pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
 
 <ul>
@@ -212,15 +210,14 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h2>None/None/Not Replaceable</h2>
+<h2 id="none-none-not-replaceable">None/None/Not Replaceable</h2>
 
-<h3><code>add_footer_table</code></h3>
+<h3 id="add_footer_table"><code>add_footer_table</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_footer_table
+<pre class="highlight plaintext"><code>add_footer_table
 </code></pre>
 
 <ul>
@@ -251,13 +248,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>add_test</code></h3>
+<h3 id="add_test"><code>add_test</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_test
+<pre class="highlight plaintext"><code>add_test
 </code></pre>
 
 <ul>
@@ -288,13 +284,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>add_vote_table</code></h3>
+<h3 id="add_vote_table"><code>add_vote_table</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_vote_table
+<pre class="highlight plaintext"><code>add_vote_table
 </code></pre>
 
 <ul>
@@ -325,13 +320,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>big_console_header</code></h3>
+<h3 id="big_console_header"><code>big_console_header</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>big_console_header
+<pre class="highlight plaintext"><code>big_console_header
 </code></pre>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/21be113e/documentation/in-progress/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/test-patch/index.html b/documentation/in-progress/precommit-apidocs/test-patch/index.html
index c27d37f..96f8daa 100644
--- a/documentation/in-progress/precommit-apidocs/test-patch/index.html
+++ b/documentation/in-progress/precommit-apidocs/test-patch/index.html
@@ -186,15 +186,14 @@
 
 <hr>
 
-<h2>Public/Stable/Replaceable</h2>
+<h2 id="public-stable-replaceable">Public/Stable/Replaceable</h2>
 
-<h3><code>relative_dir</code></h3>
+<h3 id="relative_dir"><code>relative_dir</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>relative_dir path
+<pre class="highlight plaintext"><code>relative_dir path
 </code></pre>
 
 <ul>
@@ -227,13 +226,12 @@
 <td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h3><code>verify_multijdk_test</code></h3>
+<h3 id="verify_multijdk_test"><code>verify_multijdk_test</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>verify_multijdk_test test
+<pre class="highlight plaintext"><code>verify_multijdk_test test
 </code></pre>
 
 <ul>
@@ -266,15 +264,14 @@
 <td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h2>Public/Stable/Not Replaceable</h2>
+<h2 id="public-stable-not-replaceable">Public/Stable/Not Replaceable</h2>
 
-<h3><code>add_footer_table</code></h3>
+<h3 id="add_footer_table"><code>add_footer_table</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_footer_table subsystem string
+<pre class="highlight plaintext"><code>add_footer_table subsystem string
 </code></pre>
 
 <ul>
@@ -305,13 +302,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>add_header_line</code></h3>
+<h3 id="add_header_line"><code>add_header_line</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_header_line string
+<pre class="highlight plaintext"><code>add_header_line string
 </code></pre>
 
 <ul>
@@ -342,13 +338,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>add_test_table</code></h3>
+<h3 id="add_test_table"><code>add_test_table</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_test_table failurereason testlist
+<pre class="highlight plaintext"><code>add_test_table failurereason testlist
 </code></pre>
 
 <ul>
@@ -379,13 +374,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>add_vote_table</code></h3>
+<h3 id="add_vote_table"><code>add_vote_table</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>add_vote_table +1/0/-1/null subsystem string
+<pre class="highlight plaintext"><code>add_vote_table +1/0/-1/null subsystem string
 </code></pre>
 
 <ul>
@@ -416,13 +410,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>big_console_header</code></h3>
+<h3 id="big_console_header"><code>big_console_header</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>big_console_header string
+<pre class="highlight plaintext"><code>big_console_header string
 </code></pre>
 
 <ul>
@@ -453,13 +446,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>clock_display</code></h3>
+<h3 id="clock_display"><code>clock_display</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>clock_display seconds
+<pre class="highlight plaintext"><code>clock_display seconds
 </code></pre>
 
 <ul>
@@ -490,13 +482,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>echo_and_redirect</code></h3>
+<h3 id="echo_and_redirect"><code>echo_and_redirect</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>echo_and_redirect filename command [..]
+<pre class="highlight plaintext"><code>echo_and_redirect filename command [..]
 </code></pre>
 
 <ul>
@@ -527,13 +518,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generate_stack</code></h3>
+<h3 id="generate_stack"><code>generate_stack</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generate_stack
+<pre class="highlight plaintext"><code>generate_stack
 </code></pre>
 
 <ul>
@@ -564,13 +554,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>module_file_fragment</code></h3>
+<h3 id="module_file_fragment"><code>module_file_fragment</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>module_file_fragment module
+<pre class="highlight plaintext"><code>module_file_fragment module
 </code></pre>
 
 <ul>
@@ -601,13 +590,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>offset_clock</code></h3>
+<h3 id="offset_clock"><code>offset_clock</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>offset_clock seconds
+<pre class="highlight plaintext"><code>offset_clock seconds
 </code></pre>
 
 <ul>
@@ -638,13 +626,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>setup_defaults</code></h3>
+<h3 id="setup_defaults"><code>setup_defaults</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>setup_defaults
+<pre class="highlight plaintext"><code>setup_defaults
 </code></pre>
 
 <ul>
@@ -675,13 +662,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>start_clock</code></h3>
+<h3 id="start_clock"><code>start_clock</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>start_clock
+<pre class="highlight plaintext"><code>start_clock
 </code></pre>
 
 <ul>
@@ -712,13 +698,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>stop_clock</code></h3>
+<h3 id="stop_clock"><code>stop_clock</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>stop_clock
+<pre class="highlight plaintext"><code>stop_clock
 </code></pre>
 
 <ul>
@@ -749,13 +734,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>write_comment</code></h3>
+<h3 id="write_comment"><code>write_comment</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>write_comment filename
+<pre class="highlight plaintext"><code>write_comment filename
 </code></pre>
 
 <ul>
@@ -786,13 +770,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>yetus_usage</code></h3>
+<h3 id="yetus_usage"><code>yetus_usage</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>yetus_usage
+<pre class="highlight plaintext"><code>yetus_usage
 </code></pre>
 
 <ul>
@@ -823,15 +806,14 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h2>Public/Evolving/Not Replaceable</h2>
+<h2 id="public-evolving-not-replaceable">Public/Evolving/Not Replaceable</h2>
 
-<h3><code>bugsystem_linecomments</code></h3>
+<h3 id="bugsystem_linecomments"><code>bugsystem_linecomments</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>bugsystem_linecomments filename
+<pre class="highlight plaintext"><code>bugsystem_linecomments filename
 </code></pre>
 
 <ul>
@@ -862,13 +844,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>buildtool_cwd</code></h3>
+<h3 id="buildtool_cwd"><code>buildtool_cwd</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>buildtool_cwd MODULE_ index
+<pre class="highlight plaintext"><code>buildtool_cwd MODULE_ index
 </code></pre>
 
 <ul>
@@ -899,13 +880,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>calcdiffs</code></h3>
+<h3 id="calcdiffs"><code>calcdiffs</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>calcdiffs branchlog patchlog testtype
+<pre class="highlight plaintext"><code>calcdiffs branchlog patchlog testtype
 </code></pre>
 
 <ul>
@@ -936,13 +916,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>clear_personality_queue</code></h3>
+<h3 id="clear_personality_queue"><code>clear_personality_queue</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>clear_personality_queue
+<pre class="highlight plaintext"><code>clear_personality_queue
 </code></pre>
 
 <ul>
@@ -973,13 +952,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>column_calcdiffs</code></h3>
+<h3 id="column_calcdiffs"><code>column_calcdiffs</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>column_calcdiffs branchlog patchlog
+<pre class="highlight plaintext"><code>column_calcdiffs branchlog patchlog
 </code></pre>
 
 <ul>
@@ -1010,13 +988,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>compile</code></h3>
+<h3 id="compile"><code>compile</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>compile branch|patch
+<pre class="highlight plaintext"><code>compile branch|patch
 </code></pre>
 
 <ul>
@@ -1049,13 +1026,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>compile_cycle</code></h3>
+<h3 id="compile_cycle"><code>compile_cycle</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>compile_cycle branch|patch
+<pre class="highlight plaintext"><code>compile_cycle branch|patch
 </code></pre>
 
 <ul>
@@ -1088,13 +1064,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>compile_jvm</code></h3>
+<h3 id="compile_jvm"><code>compile_jvm</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>compile_jvm branch|patch
+<pre class="highlight plaintext"><code>compile_jvm branch|patch
 </code></pre>
 
 <ul>
@@ -1127,13 +1102,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>compile_nonjvm</code></h3>
+<h3 id="compile_nonjvm"><code>compile_nonjvm</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>compile_nonjvm branch|patch
+<pre class="highlight plaintext"><code>compile_nonjvm branch|patch
 </code></pre>
 
 <ul>
@@ -1166,13 +1140,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>dequeue_personality_module</code></h3>
+<h3 id="dequeue_personality_module"><code>dequeue_personality_module</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>dequeue_personality_module modulenames
+<pre class="highlight plaintext"><code>dequeue_personality_module modulenames
 </code></pre>
 
 <ul>
@@ -1203,13 +1176,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>distclean</code></h3>
+<h3 id="distclean"><code>distclean</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>distclean
+<pre class="highlight plaintext"><code>distclean
 </code></pre>
 
 <ul>
@@ -1242,13 +1214,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>error_calcdiffs</code></h3>
+<h3 id="error_calcdiffs"><code>error_calcdiffs</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>error_calcdiffs branchlog patchlog
+<pre class="highlight plaintext"><code>error_calcdiffs branchlog patchlog
 </code></pre>
 
 <ul>
@@ -1279,13 +1250,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generic_calcdiff_status</code></h3>
+<h3 id="generic_calcdiff_status"><code>generic_calcdiff_status</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
+<pre class="highlight plaintext"><code>generic_calcdiff_status totalbranchissues totalpatchissues newpatchissues
 </code></pre>
 
 <ul>
@@ -1316,13 +1286,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generic_logfilter</code></h3>
+<h3 id="generic_logfilter"><code>generic_logfilter</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generic_logfilter
+<pre class="highlight plaintext"><code>generic_logfilter
 </code></pre>
 
 <ul>
@@ -1353,13 +1322,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generic_post_handler</code></h3>
+<h3 id="generic_post_handler"><code>generic_post_handler</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generic_post_handler origlog testtype multijdkmode run commands
+<pre class="highlight plaintext"><code>generic_post_handler origlog testtype multijdkmode run commands
 </code></pre>
 
 <ul>
@@ -1392,13 +1360,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generic_postlog_compare</code></h3>
+<h3 id="generic_postlog_compare"><code>generic_postlog_compare</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generic_postlog_compare origlog testtype multijdkmode
+<pre class="highlight plaintext"><code>generic_postlog_compare origlog testtype multijdkmode
 </code></pre>
 
 <ul>
@@ -1431,13 +1398,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>generic_pre_handler</code></h3>
+<h3 id="generic_pre_handler"><code>generic_pre_handler</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>generic_pre_handler testype multijdk
+<pre class="highlight plaintext"><code>generic_pre_handler testype multijdk
 </code></pre>
 
 <ul>
@@ -1470,13 +1436,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>initialize</code></h3>
+<h3 id="initialize"><code>initialize</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>initialize $@
+<pre class="highlight plaintext"><code>initialize $@
 </code></pre>
 
 <ul>
@@ -1509,13 +1474,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>module_status</code></h3>
+<h3 id="module_status"><code>module_status</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>module_status module runtime
+<pre class="highlight plaintext"><code>module_status module runtime
 </code></pre>
 
 <ul>
@@ -1546,13 +1510,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>modules_messages</code></h3>
+<h3 id="modules_messages"><code>modules_messages</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>modules_messages repostatus testtype summarymode
+<pre class="highlight plaintext"><code>modules_messages repostatus testtype summarymode
 </code></pre>
 
 <ul>
@@ -1583,13 +1546,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>modules_reset</code></h3>
+<h3 id="modules_reset"><code>modules_reset</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>modules_reset
+<pre class="highlight plaintext"><code>modules_reset
 </code></pre>
 
 <ul>
@@ -1620,13 +1582,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>modules_workers</code></h3>
+<h3 id="modules_workers"><code>modules_workers</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>modules_workers repostatus testtype mvncmdline
+<pre class="highlight plaintext"><code>modules_workers repostatus testtype mvncmdline
 </code></pre>
 
 <ul>
@@ -1657,13 +1618,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>patchfiletests</code></h3>
+<h3 id="patchfiletests"><code>patchfiletests</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>patchfiletests branch|patch
+<pre class="highlight plaintext"><code>patchfiletests branch|patch
 </code></pre>
 
 <ul>
@@ -1696,13 +1656,12 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h3><code>personality_enqueue_module</code></h3>
+<h3 id="personality_enqueue_module"><code>personality_enqueue_module</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>personality_enqueue_module module profiles/flags/etc
+<pre class="highlight plaintext"><code>personality_enqueue_module module profiles/flags/etc
 </code></pre>
 
 <ul>
@@ -1733,15 +1692,14 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
-<h2>Private/Stable/Replaceable</h2>
+<h2 id="private-stable-replaceable">Private/Stable/Replaceable</h2>
 
-<h3><code>prepopulate_footer</code></h3>
+<h3 id="prepopulate_footer"><code>prepopulate_footer</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>prepopulate_footer
+<pre class="highlight plaintext"><code>prepopulate_footer
 </code></pre>
 
 <ul>
@@ -1772,13 +1730,12 @@
 <td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h3><code>report_jvm_version</code></h3>
+<h3 id="report_jvm_version"><code>report_jvm_version</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>report_jvm_version directory
+<pre class="highlight plaintext"><code>report_jvm_version directory
 </code></pre>
 
 <ul>
@@ -1809,15 +1766,14 @@
 <td style="text-align: left">Yes</td>
 </tr>
 </tbody></table>
-<h2>Private/Evolving/Replaceable</h2>
+<h2 id="private-evolving-replaceable">Private/Evolving/Replaceable</h2>
 
-<h3><code>verify_patchdir_still_exists</code></h3>
+<h3 id="verify_patchdir_still_exists"><code>verify_patchdir_still_exists</code></h3>
 
 <ul>
 <li>Synopsis</li>
 </ul>
-
-<pre><code>verify_patchdir_still_exists
+<pre class="highlight plaintext"><code>verify_patchdir_still_exists
 </code></pre>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/21be113e/documentation/in-progress/precommit-architecture/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-architecture/index.html b/documentation/in-progress/precommit-architecture/index.html
index 2b8d94d..2250630 100644
--- a/documentation/in-progress/precommit-architecture/index.html
+++ b/documentation/in-progress/precommit-architecture/index.html
@@ -118,10 +118,10 @@
   under the License.
 -->
 
-<h1>Some Philosophy</h1>
+<h1 id="some-philosophy">Some Philosophy</h1>
 
 <ul>
-<li><p>Everyone&#39;s time is valuable.  The quicker contributors can get feedback and iterate, the more likely and faster their contribution will get checked in.  A committer should be able to focus on the core issues of a contribution rather than details that can be determined automatically.</p></li>
+<li><p>Everyone&rsquo;s time is valuable.  The quicker contributors can get feedback and iterate, the more likely and faster their contribution will get checked in.  A committer should be able to focus on the core issues of a contribution rather than details that can be determined automatically.</p></li>
 <li><p>Precommit checks should be fast.  There is no value in testing parts of the source tree that are not immediately impacted by a change.  Unit testing is the target. They are not a replacement for full builds or integration tests.</p></li>
 <li><p>Many open source projects have a desire to have this capability.  Why not generalize a solution?</p></li>
 <li><p>In many build systems (especially with maven), a modular design has been picked.  Why not leverage that design to make checks faster?</p></li>
@@ -129,11 +129,11 @@
 <li><p>Portability matters.  Tooling should be as operating system and language agnostic as possible.</p></li>
 </ul>
 
-<h1>Phases</h1>
+<h1 id="phases">Phases</h1>
 
 <p>test-patch works effectively under several different phases:</p>
 
-<h2>Initialize</h2>
+<h2 id="initialize">Initialize</h2>
 
 <p>This is where test-patch configures and validates the environment.  Some things done in this phase:</p>
 
@@ -147,17 +147,17 @@
 <li>git repository management (fresh pull, branch switching, etc)</li>
 </ul>
 
-<h2>Precheck</h2>
+<h2 id="precheck">Precheck</h2>
 
 <p>Checks done here are <em>fatal</em>.</p>
 
 <p>This acts as a verification of all of the setup parts and is the final place to short-cut the full test cycle.  The most significant built-in check done here is verifying the patch file is a valid.</p>
 
-<h2>Patch File Tests</h2>
+<h2 id="patch-file-tests">Patch File Tests</h2>
 
 <p>Tests that only require the patch file are run.  Note that the repository is still from the initial checkout!</p>
 
-<h2>Compile Cycle (Branch)</h2>
+<h2 id="compile-cycle-branch">Compile Cycle (Branch)</h2>
 
 <p>When compilation must be done, we follow these five steps:</p>
 
@@ -169,7 +169,7 @@
 <li>A rebuild phase to run tests that require recompiles</li>
 </ul>
 
-<p>The first time this is done is with the pristine checkout.  This is called the <q>branch compile</q>.  For this pass, this is where the &#39;before&#39; work is handled.  Some things that typically get checked in this phase:</p>
+<p>The first time this is done is with the pristine checkout.  This is called the <q>branch compile</q>.  For this pass, this is where the &lsquo;before&rsquo; work is handled.  Some things that typically get checked in this phase:</p>
 
 <ul>
 <li>The first pass of files and modules that will get patched</li>
@@ -177,27 +177,27 @@
 <li>javadoc, scaladoc, etc</li>
 </ul>
 
-<h2>Distribution Clean</h2>
+<h2 id="distribution-clean">Distribution Clean</h2>
 
 <p>This step is to wipe the repository clean back to a pristine state such that the previous cycle will not impact the next cycle.</p>
 
-<h2>Patch Application</h2>
+<h2 id="patch-application">Patch Application</h2>
 
 <p>The patch gets applied.</p>
 
-<h2>Compile Cycle (Patch)</h2>
+<h2 id="compile-cycle-patch">Compile Cycle (Patch)</h2>
 
-<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&#39; checks are performed.</p>
+<p>Now that the patch has been applied the steps to compile we outlined in the compilation (branch) phase are repeated but with the patch applied. This is where a lot of &#39;after&rsquo; checks are performed.</p>
 
-<h2>Unit Tests</h2>
+<h2 id="unit-tests">Unit Tests</h2>
 
 <p>Since unit tests are generally the slowest part of the precommit process, they are run last.  At this point, all the prerequisites to running them should be in place and ready to go.</p>
 
-<h2>Reporting</h2>
+<h2 id="reporting">Reporting</h2>
 
 <p>Finally, the results are reported to the screen and, optionally, to JIRA and/or whatever bug system has been configured.</p>
 
-<h1>Test Flow</h1>
+<h1 id="test-flow">Test Flow</h1>
 
 <p>The basic workflow for many of the sub-items in individual phases are:</p>