Searched refs:createGlobalComments (Results 1 - 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
H A DAPIHandler.java25 public APIHandler(API api, boolean createGlobalComments) { argument
27 createGlobalComments_ = createGlobalComments;
H A DXMLToAPI.java36 * @param createGlobalComments If set, then store possible comments
41 public static API readFile(String filename, boolean createGlobalComments, argument
48 DefaultHandler handler = new APIHandler(api_, createGlobalComments);

Completed in 24 milliseconds