We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922cc3e commit b0f0153Copy full SHA for b0f0153
generator/internal/format_class_comments.cc
@@ -82,7 +82,7 @@ std::string FormatClassCommentsFromServiceComments(
82
auto api_version = service.options().GetExtension(google::api::api_version);
83
if (!api_version.empty()) {
84
absl::StrAppend(&formatted_comments, "\n///\n/// This client uses ",
85
- service_name, " version ", api_version, ".\n///");
+ service_name, " version ", api_version, ".");
86
}
87
88
auto const references =
0 commit comments