# File lib/puppet/util/rdoc/code_objects.rb, line 197
197:         def initialize(type, title, comment, params)
198:             super()
199:             @type = type
200:             @title = title
201:             @comment = comment
202:             @params = params
203:         end