Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java606 int numAnnotationDocumentation = 0; in makeHDF() local
611 data.setValue(base + ".annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
613 numAnnotationDocumentation++; in makeHDF()
DClassInfo.java1237 int numAnnotationDocumentation = 0; in makeHDF() local
1242 data.setValue("class.annotationdocumentation." + numAnnotationDocumentation + ".text", in makeHDF()
1244 numAnnotationDocumentation++; in makeHDF()