aboutsummaryrefslogtreecommitdiff
path: root/cmake/libprotoc.cmake
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-10-01 10:36:58 +0100
committerJon Skeet <jonskeet@google.com>2015-10-01 10:36:58 +0100
commit67dd42c50d2b6d9c208bb1a4c63ee879781a9ac1 (patch)
treef306f386bc210138da58fa14568b4b930fe15a2b /cmake/libprotoc.cmake
parentaa7ea3b698ed0ca4ae7e9bf2b1996db00063de32 (diff)
downloadprotobuf-67dd42c50d2b6d9c208bb1a4c63ee879781a9ac1.tar.gz
protobuf-67dd42c50d2b6d9c208bb1a4c63ee879781a9ac1.tar.bz2
protobuf-67dd42c50d2b6d9c208bb1a4c63ee879781a9ac1.zip
First pass at generating XML documentation from .proto comments.
This could be tidied up significantly, and at some point we will want to parse the markdown and generate more appropriate XML - but this is definitely better than nothing. Generated code changes coming in next commit.
Diffstat (limited to 'cmake/libprotoc.cmake')
-rw-r--r--cmake/libprotoc.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/libprotoc.cmake b/cmake/libprotoc.cmake
index 7aa92ee1..35e5faf2 100644
--- a/cmake/libprotoc.cmake
+++ b/cmake/libprotoc.cmake
@@ -14,6 +14,7 @@ set(libprotoc_files
${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc
${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_service.cc
${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_string_field.cc
+ ${protobuf_source_dir}/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc
${protobuf_source_dir}/src/google/protobuf/compiler/csharp/csharp_enum.cc
${protobuf_source_dir}/src/google/protobuf/compiler/csharp/csharp_enum_field.cc
${protobuf_source_dir}/src/google/protobuf/compiler/csharp/csharp_field_base.cc