feat: Fix proto comments for language API inorder for docs parsing to work correctly.
PiperOrigin-RevId: 335986756
This commit is contained in:
parent
9c00a2f0dc
commit
b58004f465
|
|
@ -100,7 +100,7 @@ service LanguageService {
|
|||
}
|
||||
}
|
||||
|
||||
// ################################################################ #
|
||||
|
||||
//
|
||||
// Represents the input to API methods.
|
||||
message Document {
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ service LanguageService {
|
|||
}
|
||||
}
|
||||
|
||||
// ################################################################ #
|
||||
|
||||
//
|
||||
// Represents the input to API methods.
|
||||
message Document {
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ service LanguageService {
|
|||
}
|
||||
}
|
||||
|
||||
// ################################################################ #
|
||||
|
||||
//
|
||||
// Represents the input to API methods.
|
||||
message Document {
|
||||
|
|
|
|||
Loading…
Reference in New Issue