Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java650 int numAnnotationDocumentation = 0; in makeHDF() local
655 data.setValue(base + ".annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
657 numAnnotationDocumentation++; in makeHDF()
DClassInfo.java1171 int numAnnotationDocumentation = 0; in makeHDF() local
1176 data.setValue("class.annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
1178 numAnnotationDocumentation++; in makeHDF()