mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-12 07:50:59 +00:00
* include service in reflection data (fixes #4639) * changes from review * regenerated test data
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
34cb163e38
commit
9bb88a026a
@@ -50,7 +50,7 @@ class FlatBufMethod : public grpc_generator::Method {
|
||||
grpc::string GetLeadingComments(const grpc::string) const { return ""; }
|
||||
grpc::string GetTrailingComments(const grpc::string) const { return ""; }
|
||||
std::vector<grpc::string> GetAllComments() const {
|
||||
return method_->rpc_comment;
|
||||
return method_->doc_comment;
|
||||
}
|
||||
|
||||
std::string name() const { return method_->name; }
|
||||
|
||||
Reference in New Issue
Block a user