Searched refs:comments (Results 1 – 4 of 4) sorted by relevance
6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
60 $(transform-prebuilt-to-target-strip-comments)
1542 define copy-file-to-target-strip-comments1574 define transform-prebuilt-to-target-strip-comments1576 $(copy-file-to-target-strip-comments)
437 String[] comments = new String[N]; in paramTags() local444 comments[i] = ""; in paramTags()452 comments[index] = tag.parameterComment(); in paramTags()466 if (comments[i].equals("")) { in paramTags()467 comments[i] = maternal[i].parameterComment(); in paramTags()476 mParamTags[i] = new ParamTagInfo("@param", "@param", names[i] + " " + comments[i], in paramTags()482 if (comments[i].equals("")) { in paramTags()