Commit 988b381c authored by Jon Skeet's avatar Jon Skeet Committed by Jon Skeet

Add comment about FileDescriptor not exposing a declaration

parent 17119990
...@@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection ...@@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection
{ {
static readonly FileDescriptor unitTestProto3Descriptor = LoadProtos(); static readonly FileDescriptor unitTestProto3Descriptor = LoadProtos();
// Note: we don't expose a declaration for FileDescriptor as it doesn't have comments
// at the moment and the locations aren't terribly useful.
[Test] [Test]
public void ServiceComments() public void ServiceComments()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment