diff options
Diffstat (limited to 'lib/yard/mruby/templates.rb')
| -rw-r--r-- | lib/yard/mruby/templates.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/yard/mruby/templates.rb b/lib/yard/mruby/templates.rb new file mode 100644 index 0000000..43ffd99 --- /dev/null +++ b/lib/yard/mruby/templates.rb @@ -0,0 +1,7 @@ +YARD::MRuby::TEMPLATES_PATH = File.expand_path('../../../../templates', __FILE__) + +# This registered template works for yardoc +YARD::Templates::Engine.register_template_path YARD::MRuby::TEMPLATES_PATH + +# The following static paths and templates are for yard server +# YARD::Server.register_static_path File.join(YARD::MRuby::TEMPLATES_PATH,'default/fulldoc/html') |
