Enable SA1617 and fix noncompliance
"Void return value should not be documented"
This commit is contained in:
parent
135490c740
commit
a1aca37476
|
@ -551,9 +551,6 @@
|
||||||
<!-- Element return value documentation should have text -->
|
<!-- Element return value documentation should have text -->
|
||||||
<Rule Id="SA1616" Action="Hidden" />
|
<Rule Id="SA1616" Action="Hidden" />
|
||||||
|
|
||||||
<!-- Void return value should not be documented -->
|
|
||||||
<Rule Id="SA1617" Action="Hidden" />
|
|
||||||
|
|
||||||
<!-- Property summary documentation should match accessors -->
|
<!-- Property summary documentation should match accessors -->
|
||||||
<Rule Id="SA1623" Action="Hidden" />
|
<Rule Id="SA1623" Action="Hidden" />
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
/// Channel F addressable through the address space)
|
/// Channel F addressable through the address space)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="addr"></param>
|
/// <param name="addr"></param>
|
||||||
/// <returns></returns>
|
|
||||||
public void WriteBus(ushort addr, byte value)
|
public void WriteBus(ushort addr, byte value)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue