Home
last modified time | relevance | path

Searched refs:kDocCommentBegin (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dcomments.cpp44 static const std::string_view kDocCommentBegin = "/**"; variable
226 if (last && it->type == Comment::Type::BLOCK && !StartsWith(it->body, kDocCommentBegin)) { in FormatCommentsForJava()
227 out << kDocCommentBegin << ConsumePrefix(it->body, kBlockCommentBegin); in FormatCommentsForJava()