(PDOC-160) Remove the timestamp from output

Prevent mass-changes to files by removing the date in the footer of each page.
Since the generation date isn't particularly useful and isn't tied to either
a git revision or a released version, this could be an easy way to address this
bug.  The files will of-course be regenerated but if there are no changes then
the content will be identical and git will not notice.
This commit is contained in:
Geoff Williams 2017-03-11 21:58:17 +11:00
parent 41a7c9c82a
commit 203610d67c
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<div id="footer">
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
</div>