Home
last modified time | relevance | path

Searched defs:DocCommentable (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/
DDocComment.h64 struct DocCommentable { struct
65 void setDocComment(const DocComment* docComment) { mDocComment = docComment; } in setDocComment()
66 void emitDocComment(Formatter& out) const { in emitDocComment()
72 const DocComment* getDocComment() const { return mDocComment; } in getDocComment()