summaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorbluehavana <[email protected]>2017-01-21 22:29:23 -0800
committerbluehavana <[email protected]>2017-01-21 22:29:23 -0800
commit222676057dfa90bb370c78fda87d0cb8f6bc116d (patch)
tree6eb5e99f3fae9d769c302f90c0f92df28396a712 /templates
parent42773d99a92696787c333b1db5b815ecad748c5d (diff)
downloadyard-mruby-222676057dfa90bb370c78fda87d0cb8f6bc116d.tar.gz
yard-mruby-222676057dfa90bb370c78fda87d0cb8f6bc116d.zip
Doh, forgot to pass the tree arg to super.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/fulldoc/html/setup.rb2
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