summaryrefslogtreecommitdiffhomepage
path: root/templates/default/fulldoc/html/setup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/fulldoc/html/setup.rb')
-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 43e1e15..48661e2 100644
--- a/templates/default/fulldoc/html/setup.rb
+++ b/templates/default/fulldoc/html/setup.rb
@@ -51,7 +51,7 @@ end
# This method removes the namespace from the root node, generates the class list,
# and then adds it back into the root node.
#
-def class_list(root = Registry.root)
+def class_list(root = Registry.root, tree = TreeContext.new)
return super unless root == Registry.root
include_namespace = YARD::MRuby::CodeObjects::HEADERS_ROOT