diff options
| author | bluehavana <[email protected]> | 2017-01-21 22:29:23 -0800 |
|---|---|---|
| committer | bluehavana <[email protected]> | 2017-01-21 22:29:23 -0800 |
| commit | 222676057dfa90bb370c78fda87d0cb8f6bc116d (patch) | |
| tree | 6eb5e99f3fae9d769c302f90c0f92df28396a712 /templates/default/fulldoc/html/setup.rb | |
| parent | 42773d99a92696787c333b1db5b815ecad748c5d (diff) | |
| download | yard-mruby-222676057dfa90bb370c78fda87d0cb8f6bc116d.tar.gz yard-mruby-222676057dfa90bb370c78fda87d0cb8f6bc116d.zip | |
Doh, forgot to pass the tree arg to super.
Diffstat (limited to 'templates/default/fulldoc/html/setup.rb')
| -rw-r--r-- | templates/default/fulldoc/html/setup.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/fulldoc/html/setup.rb b/templates/default/fulldoc/html/setup.rb index 48661e2..0199557 100644 --- a/templates/default/fulldoc/html/setup.rb +++ b/templates/default/fulldoc/html/setup.rb @@ -56,7 +56,7 @@ def class_list(root = Registry.root, tree = TreeContext.new) include_namespace = YARD::MRuby::CodeObjects::HEADERS_ROOT root.instance_eval { children.delete include_namespace } - out = super(root) + out = super(root, tree) root.instance_eval { children.push include_namespace } out end |
