mirror of
https://github.com/celisej567/LibBSP.git
synced 2026-01-04 06:10:07 +03:00
Some XML doc fixes
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user