فهرست منبع

Add comment about FileDescriptor not exposing a declaration

Jon Skeet 7 سال پیش
والد
کامیت
988b381c83
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs

+ 3 - 0
csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs

@@ -42,6 +42,9 @@ namespace Google.Protobuf.Test.Reflection
     {
         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]
         public void ServiceComments()
         {