line21c / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Add comments to properties referencing a JsonSchema #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently properties like the one below don't get commented by the decorator, 
although the discovery documents contains a comment for them.

This is caused by the fact that the Newtonsoft.Json library will not parse the 
Description for $ref types.

Example for a property with a missing comment:

allTime: {
  $ref: "AnalyticsSnapshot"
  description: "Click analytics over all time."
}

Original issue reported on code.google.com by mlin...@google.com on 31 May 2011 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 15 Jan 2013 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 13 Apr 2013 at 4:36

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 17 May 2013 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 19 Aug 2013 at 1:23