module RDoc::AddClassModuleComment

Add top level comments to a class or module @api private

Public Instance Methods

add_comment(comment, location = nil) click to toggle source
Calls superclass method
   # File lib/puppet/util/rdoc/code_objects.rb
19 def add_comment(comment, location = nil)
20     super
21 end