diff options
| -rw-r--r-- | templates/default/layout/html/footer.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default/layout/html/footer.erb b/templates/default/layout/html/footer.erb new file mode 100644 index 0000000..ecd5a8d --- /dev/null +++ b/templates/default/layout/html/footer.erb @@ -0,0 +1,5 @@ +<div id="footer"> + Generated on <%= Time.now.strftime("%c") %> by + <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> + <%= YARD::VERSION %> in <a href="https://github.com/sagmor/yard-mruby">mruby mode</a> <%= YARD::MRuby::VERSION %> (ruby-<%= RUBY_VERSION %>). +</div> |
