Searched refs:stripped_comment (Results 1 – 1 of 1) sorted by relevance
2073 string stripped_comment = comment_text; in FormatComment() local2074 StripWhitespace(&stripped_comment); in FormatComment()2075 vector<string> lines = Split(stripped_comment, "\n"); in FormatComment()