Browse Source

Fixed broken doc comment.

Jeremy Koritzinsky 7 years ago
parent
commit
b448b64bdd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Avalonia.Controls/Control.cs

+ 0 - 1
src/Avalonia.Controls/Control.cs

@@ -30,7 +30,6 @@ namespace Avalonia.Controls
     /// The control class extends <see cref="InputElement"/> and adds the following features:
     ///
     /// - A <see cref="Tag"/> property to allow user-defined data to be attached to the control.
-
     /// </remarks>
     public class Control : InputElement, IControl, INamed, ISupportInitialize, IVisualBrushInitialize, IRequiresTemplateInStyle
     {