Skip to content

Commit

Permalink
fix XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathoschild committed Jul 17, 2018
1 parent 90c52c7 commit 37f8676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StardewModdingAPI.Toolkit.CoreInterfaces/IManifest.cs
Expand Up @@ -26,7 +26,7 @@ public interface IManifest
/// <summary>The unique mod ID.</summary>
string UniqueID { get; }

/// <summary>The name of the DLL in the directory that has the <see cref="IMod.Entry"/> method. Mutually exclusive with <see cref="EntryDll"/>.</summary>
/// <summary>The name of the DLL in the directory that has the <c>Entry</c> method. Mutually exclusive with <see cref="ContentPackFor"/>.</summary>
string EntryDll { get; }

/// <summary>The mod which will read this as a content pack. Mutually exclusive with <see cref="EntryDll"/>.</summary>
Expand Down

0 comments on commit 37f8676

Please sign in to comment.