Changed comment delimiter

This commit is contained in:
William Moorehouse 2015-06-11 23:34:41 -04:00
parent 07d407389d
commit d31435751d
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ namespace TrueCraft.API
/// <summary> /// <summary>
/// Represents an axis-aligned bounding box. /// Represents an axis-aligned bounding box.
/// </summary> /// </summary>
/// Mostly taken from the MonoXna project, which is licensed under the MIT license // Mostly taken from the MonoXna project, which is licensed under the MIT license
public struct BoundingBox : IEquatable<BoundingBox> public struct BoundingBox : IEquatable<BoundingBox>
{ {
#region Public Fields #region Public Fields

View File

@ -8,7 +8,7 @@ namespace TrueCraft.API
/// <summary> /// <summary>
/// Represents a ray; a line with a start and direction, but no end. /// Represents a ray; a line with a start and direction, but no end.
/// </summary> /// </summary>
/// Mostly taken from the MonoXna project, which is licensed under the MIT license // Mostly taken from the MonoXna project, which is licensed under the MIT license
public struct Ray : IEquatable<Ray> public struct Ray : IEquatable<Ray>
{ {
#region Public Fields #region Public Fields