Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DSinceTagger.java63 ApiInfo specApi; in tagAll() local
65 specApi = new ApiCheck().parseApi(xmlFile); in tagAll()
74 applyVersionsFromSpec(versionName, specApi, classDocs); in tagAll()
105 private void applyVersionsFromSpec(String versionName, ApiInfo specApi, ClassInfo[] classDocs) { in applyVersionsFromSpec() argument
108 = specApi.getPackages().get(classDoc.containingPackage().name()); in applyVersionsFromSpec()