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

docs: fix proto comments for language API inorder for docs parsing to work correctly. #251

Merged
merged 1 commit into from Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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