Enable SA1617 and fix noncompliance

"Void return value should not be documented"
This commit is contained in:
YoshiRulz 2020-06-21 07:12:37 +10:00 committed by zeromus
parent 135490c740
commit a1aca37476
2 changed files with 0 additions and 4 deletions

View File

@ -551,9 +551,6 @@
<!-- Element return value documentation should have text -->
<Rule Id="SA1616" Action="Hidden" />
<!-- Void return value should not be documented -->
<Rule Id="SA1617" Action="Hidden" />
<!-- Property summary documentation should match accessors -->
<Rule Id="SA1623" Action="Hidden" />

View File

@ -40,7 +40,6 @@
/// Channel F addressable through the address space)
/// </summary>
/// <param name="addr"></param>
/// <returns></returns>
public void WriteBus(ushort addr, byte value)
{