#include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/stubs/strutil.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::csharp | |
Functions | |
template<typename DescriptorType > | |
static void | google::protobuf::compiler::csharp::WriteDocCommentBody (io::Printer *printer, const DescriptorType *descriptor) |
void | google::protobuf::compiler::csharp::WriteDocCommentBodyImpl (io::Printer *printer, SourceLocation location) |
void | google::protobuf::compiler::csharp::WriteEnumDocComment (io::Printer *printer, const EnumDescriptor *enumDescriptor) |
void | google::protobuf::compiler::csharp::WriteEnumValueDocComment (io::Printer *printer, const EnumValueDescriptor *value) |
void | google::protobuf::compiler::csharp::WriteMessageDocComment (io::Printer *printer, const Descriptor *message) |
void | google::protobuf::compiler::csharp::WriteMethodDocComment (io::Printer *printer, const MethodDescriptor *method) |
void | google::protobuf::compiler::csharp::WritePropertyDocComment (io::Printer *printer, const FieldDescriptor *field) |