Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiItem.kt310 val comments = element.comments in javadoc() constant
311 if (comments.isNotEmpty()) { in javadoc()
313 comments.asSequence().joinTo(buffer = sb, separator = "\n") in javadoc()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java429 byte[][] comments = new byte[entries.size()][]; in computeByteRepresentation()
443 comments[idx] = cdhs[idx].getComment(); in computeByteRepresentation()
446 + extraFields[idx].length + comments[idx].length; in computeByteRepresentation()
481 out.put(comments[idx]); in computeByteRepresentation()
/tools/repohooks/tools/
Dpylintrc132 # Ignore comments when computing similarities.
133 ignore-comments=yes
/tools/metalava/
DREADME.md12 by javadoc comments like @hide, @$doconly, @removed, etc, as well as various
95 comments in the signature files.)