Build a hash of all items that can be cross-referenced. This is used when we output required and included names: if the names appear in this hash, we can generate an html cross reference to the appropriate description. We also use this when parsing comment blocks: any decorated words matching an entry in this list are hyperlinked.
Build a hash of all items that can be cross-referenced. This is used when we output required and included names: if the names appear in this hash, we can generate an html cross reference to the appropriate description. We also use this when parsing comment blocks: any decorated words matching an entry in this list are hyperlinked.
# File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 69 69: def AllReferences.[](name) 70: @@refs[name] 71: end
# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 69 69: def AllReferences.[](name) 70: @@refs[name] 71: end
# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 65 65: def AllReferences.add(name, html_class) 66: @@refs[name] = html_class 67: end
# File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 65 65: def AllReferences.add(name, html_class) 66: @@refs[name] = html_class 67: end
# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 73 73: def AllReferences.keys 74: @@refs.keys 75: end
# File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 73 73: def AllReferences.keys 74: @@refs.keys 75: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.