Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DDocInfo.java52 if (mComment != null) { in setRawCommentText()
53 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()
59 if (mComment == null) { in comment()
60 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()
62 return mComment; in comment()
73 if (mComment != null) { in setPosition()
74 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()
114 Comment mComment; field in DocInfo
DParsedTagInfo.java24 private Comment mComment; field in ParsedTagInfo
33 if (mComment == null) { in commentTags()
34 mComment = new Comment(mCommentText, mContainer, position()); in commentTags()
36 return mComment.tags(); in commentTags()
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()