| Class | RDoc::Generator::AllReferences | 
| In: | generator.rb doc-tmp/rdoc/generator.rb | 
| Parent: | Object | 
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 generator.rb, line 60
60:     def AllReferences.add(name, html_class)
61:       @@refs[name] = html_class
62:     end
          
    # File doc-tmp/rdoc/generator.rb, line 60
60:     def AllReferences.add(name, html_class)
61:       @@refs[name] = html_class
62:     end