Searched refs:proper_annotation (Results 1 – 2 of 2) sorted by relevance
560 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local561 proper_annotation += annotation; in AppendJavaDocAnnotations()562 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
987 std::string proper_annotation = "@"; in WriteManifestJavaFile() local988 proper_annotation += annotation; in WriteManifestJavaFile()989 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()