octokit.graphql.net icon indicating copy to clipboard operation
octokit.graphql.net copied to clipboard

Don't use <inheritdoc/> on constructors.

Open grokys opened this issue 7 years ago • 0 comments

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.

grokys avatar Jul 18 '18 06:07 grokys