webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <google/protobuf/compiler/java/java_doc_comment.h>
#include <vector>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/stubs/strutil.h>
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::java | |
Functions | |
string | google::protobuf::compiler::java::EscapeJavadoc (const string &input) |
void | google::protobuf::compiler::java::WriteMessageDocComment (io::Printer *printer, const Descriptor *message) |
void | google::protobuf::compiler::java::WriteFieldDocComment (io::Printer *printer, const FieldDescriptor *field) |
void | google::protobuf::compiler::java::WriteEnumDocComment (io::Printer *printer, const EnumDescriptor *enum_) |
void | google::protobuf::compiler::java::WriteEnumValueDocComment (io::Printer *printer, const EnumValueDescriptor *value) |
void | google::protobuf::compiler::java::WriteServiceDocComment (io::Printer *printer, const ServiceDescriptor *service) |
void | google::protobuf::compiler::java::WriteMethodDocComment (io::Printer *printer, const MethodDescriptor *method) |