Home
last modified time | relevance | path

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

/system/tools/hidl/
DDocComment.h38 struct DocCommentable { struct
39 void setDocComment(const DocComment* docComment) { mDocComment = docComment; } in setDocComment()
40 void emitDocComment(Formatter& out) const { in emitDocComment()
47 const DocComment* getDocComment() const { return mDocComment; } in getDocComment()