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