Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java653 int numAnnotationDocumentation = 0; in makeHDF() local
658 data.setValue(base + ".annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
660 numAnnotationDocumentation++; in makeHDF()
DClassInfo.java1306 int numAnnotationDocumentation = 0; in makeHDF() local
1311 data.setValue("class.annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
1313 numAnnotationDocumentation++; in makeHDF()