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