aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-06-06 11:21:09 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-06-06 11:21:09 -0700
commitdaa2cb663b5862cd9abbb1ca76eb98acc6a1500e (patch)
tree29a447baf4d2d8f2885aa3d388e8e8dfde20d890 /src/compiler/objective_c_plugin.cc
parent6a8763eca9866d6e94dfbff9ca8c133e5ef6e5c5 (diff)
Add comment
Diffstat (limited to 'src/compiler/objective_c_plugin.cc')
-rw-r--r--src/compiler/objective_c_plugin.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc
index 6fc612018b..ff980ae549 100644
--- a/src/compiler/objective_c_plugin.cc
+++ b/src/compiler/objective_c_plugin.cc
@@ -32,6 +32,10 @@
*/
// 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>