ajmal744 / 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

Consider changing param documentation to include ',' #393

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change all params comments to include '.' at the end of parameter.
e.g:

from
/// <param name="scopes">The scopes</param>
/// <param name="user">The user to authenticate</param>
to
/// <param name="scopes">The scopes.</param>
/// <param name="user">The user to authenticate.</param>

Original issue reported on code.google.com by pele...@google.com on 24 Sep 2013 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 25 Sep 2013 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 25 Sep 2013 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Oct 2013 at 5:32

GoogleCodeExporter commented 9 years ago
Won't fix... too late to make a change like this and it's not really important.

Original comment by pele...@google.com on 2 Oct 2013 at 1:49