Skip to content
Snippets Groups Projects
Commit daa2cb66 authored by Muxi Yan's avatar Muxi Yan
Browse files

Add comment

parent 6a8763ec
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ ...@@ -32,6 +32,10 @@
*/ */
// Generates Objective C gRPC service interface out of Protobuf IDL. // Generates Objective C gRPC service interface out of Protobuf IDL.
// For legacy reason, output filename of this plugin is by default in uppercamel
// case with dash "-" treated as character and preserved in the output file
// name. If normal upper camel case (dash treated as word separator) is desired,
// use plugin option "filename-dash-as-separator".
#include <memory> #include <memory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment