diff --git a/src/bindings/mono/efl_mono/Factory.cs b/src/bindings/mono/efl_mono/Factory.cs index 2c9f139ca7..be429fd12a 100644 --- a/src/bindings/mono/efl_mono/Factory.cs +++ b/src/bindings/mono/efl_mono/Factory.cs @@ -14,13 +14,12 @@ namespace Efl { namespace Ui { /// var factory = Efl.Ui.Factory<Efl.Ui.Button>(); /// factory.Style().Bind("Name"); // The factory Style property is bound to the Name property for the given model. /// -/// -/// Since EFL 1.23. -/// /// public class ItemFactory : Efl.Ui.LayoutFactory, IDisposable { - /// Creates a new factory. + /// Creates a new factory. + /// + /// The parent of the factory. public ItemFactory(Efl.Object parent = null) : base (parent, typeof(T)) {