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:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Common
|
||||
/// <summary>
|
||||
/// Update (Frozen)Actor targets to account for visibility changes or actor replacement.
|
||||
/// If the target actor becomes hidden without a FrozenActor, the target is invalidated.
|
||||
/// /// </summary>
|
||||
/// </summary>
|
||||
public static Target RecalculateInvalidatingHiddenTargets(this Target t, Player viewer)
|
||||
{
|
||||
var updated = t.Recalculate(viewer, out var targetIsHiddenActor);
|
||||
|
||||
Reference in New Issue
Block a user