Searched refs:convertAtLinks (Results 1 – 3 of 3) sorted by relevance
216 if (convertAtLinks) { in addTextToComments()217 currentText = Comments.convertAtLinks(currentText, currentElement, in addTextToComments()360 private static boolean convertAtLinks = true; field in APIHandler
216 public static String convertAtLinks(String text, String currentElement, in convertAtLinks() method in Comments
1892 …reportFile.println(" <TD VALIGN=\"TOP\">" + Comments.convertAtLinks(comment, "", null, null) + "<… in emitComment()