Add missing xml annotations

This commit is contained in:
ExMatics HydrogenC
2023-12-03 15:18:27 +08:00
parent 23b71e7d3e
commit 6ab1663a14
4 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
namespace FlaxEngine.GUI
{
/// <summary>

View File

@@ -243,7 +243,6 @@ namespace FlaxEngine.GUI
TextAlignment.Center,
TextWrapping.WrapWords
);
}
/// <inheritdoc />