Searched refs:commentsDir (Results 1 – 4 of 4) sorted by relevance
107 if (HTMLReportGenerator.commentsDir !=null) { in startGeneration()108 commentsFileName = HTMLReportGenerator.commentsDir + DIR_SEP + commentsFileName; in startGeneration()
470 if (HTMLReportGenerator.commentsDir != null) in emitXMLHeader()471 apiIdentifier = apiIdentifier.substring(HTMLReportGenerator.commentsDir.length()+1); in emitXMLHeader()
236 HTMLReportGenerator.commentsDir = options[i][1]; in validOptions()
2139 public static String commentsDir = null; field in HTMLReportGenerator