Methods

Included Modules

Files

Class Index [+]

Quicksearch

XSD::CodeGen::CommentDef

Attributes

comment[RW]

Private Instance Methods

dump_comment() click to toggle source
    # File lib/xsd/codegen/commentdef.rb, line 23
23:   def dump_comment
24:     if /\A#/ =~ @comment
25:       format(@comment)
26:     else
27:       format(@comment).gsub(/^/, '# ')
28:     end
29:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.