From d5d5af653eabb7609b1171345c581ce4aaf36166 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sun, 8 Oct 2023 09:14:28 -0500 Subject: [PATCH] C# - Fix inheritdoc links in Compat.cs --- modules/mono/glue/GodotSharp/GodotSharp/Compat.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs index 94788ef6804..9126495a27b 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs +++ b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs @@ -28,7 +28,7 @@ partial class AnimationNode partial class AnimationPlayer { - /// + /// [EditorBrowsable(EditorBrowsableState.Never)] public AnimationMethodCallMode MethodCallMode { @@ -36,7 +36,7 @@ partial class AnimationPlayer set => CallbackModeMethod = (AnimationCallbackModeMethod)value; } - /// + /// [EditorBrowsable(EditorBrowsableState.Never)] public bool PlaybackActive { @@ -44,7 +44,7 @@ partial class AnimationPlayer set => Active = value; } - /// + /// [EditorBrowsable(EditorBrowsableState.Never)] public AnimationProcessCallback PlaybackProcessMode { @@ -55,7 +55,7 @@ partial class AnimationPlayer partial class AnimationTree { - /// + /// [EditorBrowsable(EditorBrowsableState.Never)] public AnimationProcessCallback ProcessCallback { @@ -120,7 +120,7 @@ partial class GraphEdit partial class GraphNode { - /// + /// [EditorBrowsable(EditorBrowsableState.Never)] public event Action CloseRequest {