summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/RewriteFacades
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-10 00:53:19 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-10 00:53:19 -0400
commit75dfa884d99a778e694d2712ff70efac5e26725f (patch)
treec5d0292c1b0624461449f0fbb0c9553a5f86653d /src/SMAPI/Framework/RewriteFacades
parentb83465060f3644c76444413be036f504434d4317 (diff)
downloadSMAPI-75dfa884d99a778e694d2712ff70efac5e26725f.tar.gz
SMAPI-75dfa884d99a778e694d2712ff70efac5e26725f.tar.bz2
SMAPI-75dfa884d99a778e694d2712ff70efac5e26725f.zip
fix documentation warnings
Diffstat (limited to 'src/SMAPI/Framework/RewriteFacades')
-rw-r--r--src/SMAPI/Framework/RewriteFacades/SpriteBatchMethods.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/Framework/RewriteFacades/SpriteBatchMethods.cs b/src/SMAPI/Framework/RewriteFacades/SpriteBatchMethods.cs
index 5dd21b92..26b22315 100644
--- a/src/SMAPI/Framework/RewriteFacades/SpriteBatchMethods.cs
+++ b/src/SMAPI/Framework/RewriteFacades/SpriteBatchMethods.cs
@@ -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>