Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DComment.java558 if (mDocOnly == null) { in isDocOnly()
559 mDocOnly = (mText != null) && (mText.indexOf("@doconly") >= 0); in isDocOnly()
561 return mDocOnly; in isDocOnly()
630 Boolean mDocOnly = null; field in Comment