octokit.graphql.net
octokit.graphql.net copied to clipboard
Don't use <inheritdoc/> on constructors.
In various places such as here we've applied the /// <inheritdoc/> XML documentation tag to constructors.
This makes no sense, constructors don't implement interface or abstract members so don't have anywhere to inherit their documentation from.