Home
last modified time | relevance | path

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

/system/tools/hidl/
DDocComment.cpp75 if (useType == CommentType::UNSPECIFIED) useType = CommentType::DOC_MULTILINE; in emit()
82 case CommentType::DOC_MULTILINE: in emit()
DDocComment.h35 DOC_MULTILINE, enumerator
Dhidl-gen_y.yy353 : DOC_COMMENT { $$ = new DocComment($1, convertYYLoc(@1, ast), CommentType::DOC_MULTILINE); }