VSDiagnostics icon indicating copy to clipboard operation
VSDiagnostics copied to clipboard

Implement RedundantXMLDocReturn

Open Vannevelj opened this issue 9 years ago • 0 comments

A void method is pointless with a <return></return> clause in the XML documentation.

This:

/// <returns> A number </returns>
public void MyMethod() { }

Becomes:

public void MyMethod() { }

Vannevelj avatar Sep 23 '15 21:09 Vannevelj