child_name(name)
Creates the full name for a child with name
# File lib/rdoc/context.rb, line 435 def child_name name if RDoc::TopLevel === self then name else "#{self.full_name}::#{name}" end end