Class: RDoc::AnyMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc/generator/chm.rb

Instance Method Summary collapse

Instance Method Details

#chm_index_nameObject

Full method name for the CHM’s index. in the format:

method (Class)


11
12
13
# File 'lib/rdoc/generator/chm.rb', line 11

def chm_index_name  
  "#{name} (#{@parent.full_name})"
end