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 7a61191 commit 922cc3eCopy full SHA for 922cc3e
generator/internal/format_class_comments.cc
@@ -81,8 +81,8 @@ std::string FormatClassCommentsFromServiceComments(
81
82
auto api_version = service.options().GetExtension(google::api::api_version);
83
if (!api_version.empty()) {
84
- absl::StrAppend(&formatted_comments, "\n/// This client uses ",
85
- service_name, " version ", api_version, ".\n");
+ absl::StrAppend(&formatted_comments, "\n///\n/// This client uses ",
+ service_name, " version ", api_version, ".\n///");
86
}
87
88
auto const references =
0 commit comments