Searched refs:proper_annotation (Results 1 – 2 of 2) sorted by relevance
552 std::string proper_annotation = "@"; in AppendJavaDocAnnotations() local553 proper_annotation += annotation; in AppendJavaDocAnnotations()554 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()
993 std::string proper_annotation = "@"; in WriteManifestJavaFile() local994 proper_annotation += annotation; in WriteManifestJavaFile()995 manifest_class->GetCommentBuilder()->AppendComment(proper_annotation); in WriteManifestJavaFile()