fix documentation warnings
This commit is contained in:
parent
b83465060f
commit
75dfa884d9
|
@ -63,6 +63,7 @@ namespace StardewModdingAPI.Framework.ModHelpers
|
|||
/// <param name="commandHelper">An API for managing console commands.</param>
|
||||
/// <param name="modRegistry">an API for fetching metadata about loaded mods.</param>
|
||||
/// <param name="reflectionHelper">An API for accessing private game code.</param>
|
||||
/// <param name="multiplayer">Provides multiplayer utilities.</param>
|
||||
/// <param name="translationHelper">An API for reading translations stored in the mod's <c>i18n</c> folder.</param>
|
||||
/// <param name="contentPacks">The content packs loaded for this mod.</param>
|
||||
/// <param name="createContentPack">Create a transitional content pack.</param>
|
||||
|
|
|
@ -2,6 +2,7 @@ using System.Diagnostics.CodeAnalysis;
|
|||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
|
||||
#pragma warning disable 1591 // missing documentation
|
||||
namespace StardewModdingAPI.Framework.RewriteFacades
|
||||
{
|
||||
/// <summary>Provides <see cref="SpriteBatch"/> method signatures that can be injected into mod code for compatibility between Linux/Mac or Windows.</summary>
|
||||
|
|
Loading…
Reference in New Issue