Some XML doc fixes

This commit is contained in:
William Fowler
2021-09-28 12:20:02 -06:00
parent 096cea0f84
commit e2c5967389
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ namespace LibBSP {
public BSP Bsp { get; protected set; }
/// <summary>
/// The <see cref="LumpInfo"/> associated with this <see cref="ILump"/>.
/// The <see cref="LibBSP.LumpInfo"/> associated with this <see cref="ILump"/>.
/// </summary>
public LumpInfo LumpInfo { get; protected set; }

View File

@@ -11,7 +11,7 @@ namespace LibBSP {
BSP Bsp { get; }
/// <summary>
/// The <see cref="LumpInfo"/> associated with this <see cref="ILump"/>.
/// The <see cref="LibBSP.LumpInfo"/> associated with this <see cref="ILump"/>.
/// </summary>
LumpInfo LumpInfo { get; }