Add reference to xmldoc

Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Dean Herbert 2019-09-19 02:03:30 +09:00 committed by GitHub
parent 2fcc8c2d72
commit 2296ea75d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public interface IApplicableFailOverride : IApplicableMod
bool AllowFail { get; }
/// <summary>
/// Whether we want to restart on fail. Only used if AllowFail is true.
/// Whether we want to restart on fail. Only used if <see cref="AllowFail"/> is true.
/// </summary>
bool RestartOnFail { get; }
}