Searched refs:properAnnotation (Results 1 – 2 of 2) sorted by relevance
491 std::string properAnnotation = "@"; in appendJavaDocAnnotations() local492 properAnnotation += annotation; in appendJavaDocAnnotations()493 processor->appendComment(properAnnotation); in appendJavaDocAnnotations()
781 std::string properAnnotation = "@"; in writeManifestJavaFile() local782 properAnnotation += annotation; in writeManifestJavaFile()783 manifestClass->getCommentBuilder()->appendComment(properAnnotation); in writeManifestJavaFile()