# File lib/yard/docstring.rb, line 71
    def replace(content)
      @tags, @ref_tags = [], []
      @all = content
      super parse_comments(content)
    end