Update documentation

This commit is contained in:
Travis CI (pmd-bot)
2018-06-30 08:30:20 +00:00
parent 85cf4b2714
commit 2ed1a6b020
104 changed files with 112 additions and 998 deletions

View File

@@ -1231,15 +1231,6 @@ $( document ).ready(function() {
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' });
/* this offset helps account for the space taken up by the floating toolbar. */
$('#toc').on('click', 'a', function() {
var target = $(this.getAttribute('href'))
, scroll_target = target.offset().top
$(window).scrollTop(scroll_target - 10);
return false
})
});
</script>
@@ -1323,7 +1314,7 @@ You must take this into account for certain rules.</p>
<div class="row">
<div class="col-lg-12 footer">
&copy;2018 PMD Open Source Project. All rights reserved. <br />
Site last generated: Jun 29, 2018 <br />
Site last generated: Jun 30, 2018 <br />
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
</div>
</div>