Searched refs:comments (Results 1 – 7 of 7) sorted by relevance
8 "include-filter": "testClass#testMethod" #comment11 // another comments10 ],#comments9 // another comments
243 val comments = element.comments in javadoc() constant244 if (comments.isNotEmpty()) { in javadoc()246 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()
207 # Ignore comments when computing similarities.208 ignore-comments=yes
678 // comments appearing before and after the declaration which appear to be681 // A series of line comments appearing on consecutive lines, with no other685 // stripped out. For block comments, leading whitespace and an asterisk
13 javadoc comments like @hide, @$doconly, @removed, etc, as well as various98 ignores) block comments in the signature files.)
49 In v2, line comments (starting with //) are allowed. This allows us to leave