Skip to content

Commit

Permalink
(PDOC-160) Remove the timestamp from output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GeoffWilliams committed Jun 5, 2017
1 parent 41a7c9c commit 203610d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 203610d

Please # to comment.