diff --git a/src/Avalonia.Animation/Animatable.cs b/src/Avalonia.Animation/Animatable.cs
index 8b73cd2aa5..1a187a3521 100644
--- a/src/Avalonia.Animation/Animatable.cs
+++ b/src/Avalonia.Animation/Animatable.cs
@@ -59,16 +59,16 @@ namespace Avalonia.Animation
}
}
- ///
- /// Animates a .
- ///
- /// The target object.
- /// The target property.
- /// The value of the property at the start of the animation.
- /// The value of the property at the end of the animation.
- /// The easing function to use.
- /// The duration of the animation.
- /// An that can be used to track or stop the animation.
+ /////
+ ///// Animates a .
+ /////
+ ///// The target object.
+ ///// The target property.
+ ///// The value of the property at the start of the animation.
+ ///// The value of the property at the end of the animation.
+ ///// The easing function to use.
+ ///// The duration of the animation.
+ ///// An that can be used to track or stop the animation.
//public static Animation BindAnimateProperty(
// IAvaloniaObject target,
// AvaloniaProperty property,