class RDoc::Parser::Simple
def scan
def scan comment = remove_coding_comment @content comment = remove_private_comments comment @top_level.comment = comment @top_level.parser = self.class @top_level end
def scan comment = remove_coding_comment @content comment = remove_private_comments comment @top_level.comment = comment @top_level.parser = self.class @top_level end