# File lib/rdoc/code_objects.rb, line 87
    def comment=(comment)
      @comment = comment unless comment.empty?
    end