Searched refs:proper_annotation (Results 1 – 2 of 2) sorted by relevance
587 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local588 proper_annotation += annotation; in AppendJavaDocAnnotations()589 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
1368 std::string proper_annotation = "@"; in WriteManifestJavaFile() local1369 proper_annotation += annotation; in WriteManifestJavaFile()1370 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()