Skip to content

Commit 2aec4d0

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 408383287
1 parent 4d71c45 commit 2aec4d0

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

google/cloud/gaming/v1/common.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ message RealmSelector {
100100
// If only cron_spec + cron_job_duration are specified, the event is effective
101101
// starting at the local time specified by cron_spec, and is recurring.
102102
//
103-
// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
104-
// cron job: cron spec start time + duration
103+
// ```
104+
// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
105+
// cron job: cron spec start time + duration
106+
// ```
105107
message Schedule {
106108
// The start time of the event.
107109
google.protobuf.Timestamp start_time = 1;

google/cloud/gaming/v1beta/common.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ message RealmSelector {
101101
// If only cron_spec + cron_job_duration are specified, the event is effective
102102
// starting at the local time specified by cron_spec, and is recurring.
103103
//
104-
// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
105-
// cron job: cron spec start time + duration
104+
// ```
105+
// start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
106+
// cron job: cron spec start time + duration
107+
// ```
106108
message Schedule {
107109
// The start time of the event.
108110
google.protobuf.Timestamp start_time = 1;

0 commit comments

Comments
 (0)