Home
last modified time | relevance | path

Searched refs:commentsDir (Results 1 – 4 of 4) sorted by relevance

/external/jdiff/src/jdiff/
DJDiff.java107 if (HTMLReportGenerator.commentsDir !=null) { in startGeneration()
108 commentsFileName = HTMLReportGenerator.commentsDir + DIR_SEP + commentsFileName; in startGeneration()
DComments.java468 if (HTMLReportGenerator.commentsDir != null) in emitXMLHeader()
469 apiIdentifier = apiIdentifier.substring(HTMLReportGenerator.commentsDir.length()+1); in emitXMLHeader()
DOptions.java236 HTMLReportGenerator.commentsDir = options[i][1]; in validOptions()
DHTMLReportGenerator.java1960 public static String commentsDir = null; field in HTMLReportGenerator