Searched refs:proper_annotation (Results 1 – 2 of 2) sorted by relevance
577 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local578 proper_annotation += annotation; in AppendJavaDocAnnotations()579 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
1229 std::string proper_annotation = "@"; in WriteManifestJavaFile() local1230 proper_annotation += annotation; in WriteManifestJavaFile()1231 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()