We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35df3 commit 0b02182Copy full SHA for 0b02182
lib/rdoc/generator/darkfish.rb
@@ -353,6 +353,7 @@ def generate_class klass, template_file = nil
353
asset_rel_prefix = rel_prefix + @asset_rel_path
354
svninfo = get_svninfo(current)
355
356
+ breadcrumb = # used in templates
357
breadcrumb = generate_nesting_namespaces_breadcrumb(current, rel_prefix)
358
359
@title = "#{klass.type} #{klass.full_name} - #{@options.title}"
0 commit comments