|
@@ -183,7 +183,7 @@ void PrintTopBoilerplate(io::Printer* printer, const FileDescriptor* file,
|
|
"# -*- coding: utf-8 -*-\n"
|
|
"# -*- coding: utf-8 -*-\n"
|
|
"# Generated by the protocol buffer compiler. DO NOT EDIT!\n"
|
|
"# Generated by the protocol buffer compiler. DO NOT EDIT!\n"
|
|
"# source: $filename$\n"
|
|
"# source: $filename$\n"
|
|
- "\n",
|
|
|
|
|
|
+ "\"\"\"Generated protocol buffer code.\"\"\"\n",
|
|
"filename", file->name());
|
|
"filename", file->name());
|
|
if (HasTopLevelEnums(file)) {
|
|
if (HasTopLevelEnums(file)) {
|
|
printer->Print(
|
|
printer->Print(
|