Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DDocInfo.java71 if (mComment != null) { in setRawCommentText()
72 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()
78 if (mComment == null) { in comment()
79 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()
81 return mComment; in comment()
92 if (mComment != null) { in setPosition()
93 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()
168 Comment mComment; field in DocInfo
DAttributeInfo.java36 private Comment mComment; field in AttributeInfo
60 if (mComment == null) { in comment()
64 mComment = c; in comment()
69 if (mComment == null) { in comment()
72 return mComment; in comment()
DParsedTagInfo.java31 private Comment mComment; field in ParsedTagInfo
40 if (mComment == null) { in commentTags()
41 mComment = new Comment(mCommentText, mContainer, position()); in commentTags()
43 return mComment.tags(); in commentTags()