summaryrefslogtreecommitdiffhomepage
path: root/lib/yard/mruby/handlers
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-24 18:25:12 -0300
committerSeba Gamboa <[email protected]>2015-09-24 18:25:12 -0300
commitc1f2404de71e9a8f73271b05f59a225728212069 (patch)
treeb4f3842661dd6edd38c594579335e1ae5ea61f33 /lib/yard/mruby/handlers
parentcc49ade5e7029e4d8d8d62b7c09590042b43d65d (diff)
downloadyard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.tar.gz
yard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.zip
Generating C API HTML Layout
Diffstat (limited to 'lib/yard/mruby/handlers')
-rw-r--r--lib/yard/mruby/handlers/header/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yard/mruby/handlers/header/base.rb b/lib/yard/mruby/handlers/header/base.rb
index 58178fe..42178d0 100644
--- a/lib/yard/mruby/handlers/header/base.rb
+++ b/lib/yard/mruby/handlers/header/base.rb
@@ -8,7 +8,7 @@ module YARD::MRuby::Handlers
path = path.gsub(/^.*include\//,'')
headers[path] ||= begin
- header = HeaderObject.new(:root, path)
+ header = HeaderObject.new(INCLUDE_DIRECTORY, path)
register header
header
end