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:
@@ -53,7 +53,7 @@ namespace OpenRA
|
||||
|
||||
/// <summary>
|
||||
/// Construct a rotation from an axis and angle.
|
||||
/// The axis is expected to be normalized to length 1024
|
||||
/// The axis is expected to be normalized to length 1024.
|
||||
/// </summary>
|
||||
public WRot(WVec axis, WAngle angle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user