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:
@@ -69,7 +69,8 @@ namespace OpenRA
|
||||
|
||||
public event Action GameOver = () => { };
|
||||
|
||||
/// <Remarks> Should only be set in <see cref="EndGame"/></Remarks>
|
||||
/// <summary>Indicates that the game has ended.</summary>
|
||||
/// <remarks>Should only be set in <see cref="EndGame"/>.</remarks>
|
||||
public bool IsGameOver { get; private set; }
|
||||
public void EndGame()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user