class WsdlMapper::DomGeneration::DocumentedWrappingTypeGenerator

Protected Instance Methods

in_class(f, ttg) click to toggle source
# File lib/wsdl_mapper/dom_generation/documented_wrapping_type_generator.rb, line 9
def in_class(f, ttg)
  yard = WsdlMapper::Generation::YardDocFormatter.new f
  yard.class_doc ttg.type

  super
end