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