diff options
| author | Seba Gamboa <[email protected]> | 2015-09-25 11:28:51 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-25 11:28:51 -0300 |
| commit | e0e43a79d282d69f2f45d5cf71e0e1154357d181 (patch) | |
| tree | cc4b00bd93cc42e439d674bb56a6074ffbaad5c6 | |
| parent | 723c2d4bd9575f05b5272a9e2eacb45e1d538af3 (diff) | |
| download | yard-mruby-e0e43a79d282d69f2f45d5cf71e0e1154357d181.tar.gz yard-mruby-e0e43a79d282d69f2f45d5cf71e0e1154357d181.zip | |
Add footer reference to yard-mruby
| -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> |
