Tweaks for doc comments

This commit is contained in:
Wojciech Figat
2021-12-07 13:24:05 +01:00
parent c0bcb54044
commit ea71e8cbe6
8 changed files with 36 additions and 78 deletions

View File

@@ -69,9 +69,7 @@ namespace FlaxEditor.Modules
/// <param name="item">The item.</param>
/// <param name="shortName">The new short name.</param>
/// <param name="hint">The hint text if name is invalid.</param>
/// <returns>
/// <c>true</c> if name is valid; otherwise, <c>false</c>.
/// </returns>
/// <returns><c>true</c> if name is valid; otherwise, <c>false</c>.</returns>
public bool IsValidAssetName(ContentItem item, string shortName, out string hint)
{
// Check if name is the same except has some chars in upper case and some in lower case