Searched refs:kDocCommentBegin (Results 1 – 1 of 1) sorted by relevance
44 static const std::string_view kDocCommentBegin = "/**"; variable226 if (last && it->type == Comment::Type::BLOCK && !StartsWith(it->body, kDocCommentBegin)) { in FormatCommentsForJava()227 out << kDocCommentBegin << ConsumePrefix(it->body, kBlockCommentBegin); in FormatCommentsForJava()