Searched refs:comments (Results 1 – 4 of 4) sorted by relevance
310 val comments = element.comments in javadoc() constant311 if (comments.isNotEmpty()) { in javadoc()313 comments.asSequence().joinTo(buffer = sb, separator = "\n") in javadoc()
429 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()
132 # Ignore comments when computing similarities.133 ignore-comments=yes
12 by javadoc comments like @hide, @$doconly, @removed, etc, as well as various95 comments in the signature files.)