Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: fix proto comments for language API inorder for docs parsing to…
Browse files Browse the repository at this point in the history
… work correctly (#251)

PiperOrigin-RevId: 335986756

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Oct 7 17:25:22 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: b58004f465864e30ad015df9ee6b351da189d691
Source-Link: googleapis/googleapis@b58004f
  • Loading branch information
yoshi-automation committed Oct 8, 2020
1 parent 7069e03 commit de34d73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
Expand Up @@ -22,7 +22,6 @@
*
*
* <pre>
* ################################################################ #
* Represents the input to API methods.
* </pre>
*
Expand Down Expand Up @@ -764,7 +763,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* ################################################################ #
* Represents the input to API methods.
* </pre>
*
Expand Down
Expand Up @@ -100,7 +100,7 @@ service LanguageService {
}
}

// ################################################################ #

//
// Represents the input to API methods.
message Document {
Expand Down
Expand Up @@ -22,7 +22,6 @@
*
*
* <pre>
* ################################################################ #
* Represents the input to API methods.
* </pre>
*
Expand Down Expand Up @@ -766,7 +765,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
* <pre>
* ################################################################ #
* Represents the input to API methods.
* </pre>
*
Expand Down
Expand Up @@ -101,7 +101,7 @@ service LanguageService {
}
}

// ################################################################ #

//
// Represents the input to API methods.
message Document {
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-language.git",
"sha": "6d2a88980ef9827aeb8e675f3a4c2e7bb488e52e"
"sha": "95fe84d19ff7b747e5865ce01bcb56dc21ee65bb"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "83a83a43ded3f0bfc8a5b0aa13be10a210ef319d",
"internalRef": "319092854"
"sha": "b58004f465864e30ad015df9ee6b351da189d691",
"internalRef": "335986756"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "83a83a43ded3f0bfc8a5b0aa13be10a210ef319d",
"internalRef": "319092854"
"sha": "b58004f465864e30ad015df9ee6b351da189d691",
"internalRef": "335986756"
}
},
{
Expand Down

0 comments on commit de34d73

Please sign in to comment.