Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DDocInfo.java27 mRawCommentText = rawCommentText; in DocInfo()
64 return mRawCommentText; in getRawCommentText()
68 mRawCommentText = rawCommentText; in setRawCommentText()
72 mComment = new Comment(mRawCommentText, parent(), mPosition); in setRawCommentText()
79 mComment = new Comment(mRawCommentText, parent(), mPosition); in comment()
93 mComment = new Comment(mRawCommentText, parent(), mPosition); in setPosition()
167 private String mRawCommentText; field in DocInfo