summaryrefslogtreecommitdiffhomepage
path: root/lib/yard/mruby/handlers/header/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yard/mruby/handlers/header/base.rb')
-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 42178d0..1f3f16e 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(INCLUDE_DIRECTORY, path)
+ header = HeaderObject.new(HEADERS_ROOT, path)
register header
header
end