summaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-25 11:28:51 -0300
committerSeba Gamboa <[email protected]>2015-09-25 11:28:51 -0300
commite0e43a79d282d69f2f45d5cf71e0e1154357d181 (patch)
treecc4b00bd93cc42e439d674bb56a6074ffbaad5c6 /templates
parent723c2d4bd9575f05b5272a9e2eacb45e1d538af3 (diff)
downloadyard-mruby-e0e43a79d282d69f2f45d5cf71e0e1154357d181.tar.gz
yard-mruby-e0e43a79d282d69f2f45d5cf71e0e1154357d181.zip
Add footer reference to yard-mruby
Diffstat (limited to 'templates')
-rw-r--r--templates/default/layout/html/footer.erb5
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>