Review StyleCop rules.
- Enforce SA1604 ElementDocumentationShouldHaveSummary. - Enforce SA1629 DocumentationTextShouldEndWithAPeriod. - Turn off some rules covered by IDExxxx rules. - Remaining rules are treated as part of OpenRA style.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenRA
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Projected map position
|
||||
/// Projected map position.
|
||||
/// </summary>
|
||||
public readonly struct PPos : IEquatable<PPos>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user