Parent

Generators::AllReferences

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.

Public Class Methods

[](name) click to toggle source
    # File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 69
69:         def AllReferences.[](name)
70:             @@refs[name]
71:         end
[](name) click to toggle source
    # File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 69
69:         def AllReferences.[](name)
70:             @@refs[name]
71:         end
add(name, html_class) click to toggle source
    # 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
add(name, html_class) click to toggle source
    # 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
keys() click to toggle source
    # File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 73
73:         def AllReferences.keys
74:             @@refs.keys
75:         end
keys() click to toggle source
    # File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 73
73:         def AllReferences.keys
74:             @@refs.keys
75:         end
reset() click to toggle source
    # File lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb, line 61
61:         def AllReferences::reset
62:             @@refs = {}
63:         end
reset() click to toggle source
    # File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 61
61:         def AllReferences::reset
62:             @@refs = {}
63:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.