summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-04 15:43:01 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-04 15:43:01 -0500
commit1d7340f598436df705cf01c00ad1b33f70c60c72 (patch)
treef6101ed48d0ad4e703331bfdffcc2c60e1f6b65e /src/SMAPI
parent6df3b0b8148377fc01a6000043deb2960adcaead (diff)
downloadSMAPI-1d7340f598436df705cf01c00ad1b33f70c60c72.tar.gz
SMAPI-1d7340f598436df705cf01c00ad1b33f70c60c72.tar.bz2
SMAPI-1d7340f598436df705cf01c00ad1b33f70c60c72.zip
fix code warnings
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/SButton.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SButton.cs b/src/SMAPI/SButton.cs
index cc412946..ae825696 100644
--- a/src/SMAPI/SButton.cs
+++ b/src/SMAPI/SButton.cs
@@ -6,7 +6,7 @@ using StardewValley;
namespace StardewModdingAPI
{
/// <summary>A unified button constant which includes all controller, keyboard, and mouse buttons.</summary>
- /// <remarks>Derived from <see cref="Keys"/>, <see cref="Buttons"/>, and <see cref="System.Windows.Forms.MouseButtons"/>.</remarks>
+ /// <remarks>Derived from <see cref="Keys"/>, <see cref="Buttons"/>, and <c>System.Windows.Forms.MouseButtons</c>.</remarks>
public enum SButton
{
/// <summary>No valid key.</summary>