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
{