Skip to content

Commit f5b58ed

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 404008092
1 parent 0dfce5e commit f5b58ed

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

google/api/httpbody.proto

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ option objc_class_prefix = "GAPI";
4545
//
4646
// // The raw HTTP body is bound to this field.
4747
// google.api.HttpBody http_body = 2;
48+
//
4849
// }
4950
//
5051
// service ResourceService {
51-
// rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
52-
// rpc UpdateResource(google.api.HttpBody) returns
53-
// (google.protobuf.Empty);
52+
// rpc GetResource(GetResourceRequest)
53+
// returns (google.api.HttpBody);
54+
// rpc UpdateResource(google.api.HttpBody)
55+
// returns (google.protobuf.Empty);
56+
//
5457
// }
5558
//
5659
// Example with streaming methods:
@@ -60,6 +63,7 @@ option objc_class_prefix = "GAPI";
6063
// returns (stream google.api.HttpBody);
6164
// rpc UpdateCalendar(stream google.api.HttpBody)
6265
// returns (stream google.api.HttpBody);
66+
//
6367
// }
6468
//
6569
// Use of this type only changes how the request and response bodies are

0 commit comments

Comments
 (0)