Skip to content

Commit 2d6c95b

Browse files
committed
XML Doc Comments.
1 parent 9aa76de commit 2d6c95b

13 files changed

Lines changed: 172 additions & 10 deletions

sources/Maths/Maths/Matrix2X2.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public static explicit operator checked Matrix2X2<ulong>(Matrix2X2<T> from) =>
451451
}
452452

453453
/// <summary>
454-
/// Methods for working with <see cref="Matrix2X2{T}"/>
454+
/// Methods for working with <see cref="Matrix2X2{T}"/>.
455455
/// </summary>
456456
public static partial class Matrix2X2
457457
{

sources/Maths/Maths/Matrix2X3.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public static explicit operator checked Matrix2X3<ulong>(Matrix2X3<T> from) =>
465465
}
466466

467467
/// <summary>
468-
/// Methods for working with <see cref="Matrix2X3{T}"/>
468+
/// Methods for working with <see cref="Matrix2X3{T}"/>.
469469
/// </summary>
470470
public static partial class Matrix2X3
471471
{

sources/Maths/Maths/Matrix2X4.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public static explicit operator checked Matrix2X4<ulong>(Matrix2X4<T> from) =>
489489
}
490490

491491
/// <summary>
492-
/// Methods for working with <see cref="Matrix2X4{T}"/>
492+
/// Methods for working with <see cref="Matrix2X4{T}"/>.
493493
/// </summary>
494494
public static partial class Matrix2X4
495495
{

sources/Maths/Maths/Matrix3X2.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public static explicit operator checked Matrix3X2<ulong>(Matrix3X2<T> from) =>
501501
}
502502

503503
/// <summary>
504-
/// Methods for working with <see cref="Matrix3X2{T}"/>
504+
/// Methods for working with <see cref="Matrix3X2{T}"/>.
505505
/// </summary>
506506
public static partial class Matrix3X2
507507
{

sources/Maths/Maths/Matrix3X3.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ public static explicit operator checked Matrix3X3<ulong>(Matrix3X3<T> from) =>
539539
}
540540

541541
/// <summary>
542-
/// Methods for working with <see cref="Matrix3X3{T}"/>
542+
/// Methods for working with <see cref="Matrix3X3{T}"/>.
543543
/// </summary>
544544
public static partial class Matrix3X3
545545
{

sources/Maths/Maths/Matrix3X4.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ public static explicit operator checked Matrix3X4<ulong>(Matrix3X4<T> from) =>
558558
}
559559

560560
/// <summary>
561-
/// Methods for working with <see cref="Matrix3X4{T}"/>
561+
/// Methods for working with <see cref="Matrix3X4{T}"/>.
562562
/// </summary>
563563
public static partial class Matrix3X4
564564
{

sources/Maths/Maths/Matrix4X2.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public static explicit operator checked Matrix4X2<ulong>(Matrix4X2<T> from) =>
562562
}
563563

564564
/// <summary>
565-
/// Methods for working with <see cref="Matrix4X2{T}"/>
565+
/// Methods for working with <see cref="Matrix4X2{T}"/>.
566566
/// </summary>
567567
public static partial class Matrix4X2
568568
{

sources/Maths/Maths/Matrix4X3.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public static explicit operator checked Matrix4X3<ulong>(Matrix4X3<T> from) =>
595595
}
596596

597597
/// <summary>
598-
/// Methods for working with <see cref="Matrix4X3{T}"/>
598+
/// Methods for working with <see cref="Matrix4X3{T}"/>.
599599
/// </summary>
600600
public static partial class Matrix4X3
601601
{

sources/Maths/Maths/Matrix4X4.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ public static explicit operator checked Matrix4X4<ulong>(Matrix4X4<T> from) =>
640640
}
641641

642642
/// <summary>
643-
/// Methods for working with <see cref="Matrix4X4{T}"/>
643+
/// Methods for working with <see cref="Matrix4X4{T}"/>.
644644
/// </summary>
645645
public static partial class Matrix4X4
646646
{

sources/Maths/Maths/Matrix5X4.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public static explicit operator checked Matrix5X4<ulong>(Matrix5X4<T> from) =>
615615
}
616616

617617
/// <summary>
618-
/// Methods for working with <see cref="Matrix5X4{T}"/>
618+
/// Methods for working with <see cref="Matrix5X4{T}"/>.
619619
/// </summary>
620620
public static partial class Matrix5X4
621621
{

0 commit comments

Comments
 (0)