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

@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
using System;
@@ -17,9 +17,6 @@ namespace FlaxEditor
/// <summary>
/// Gets a value indicating whether this object is edited (dirty state).
/// </summary>
/// <value>
/// <c>true</c> if this object instance is edited; otherwise, <c>false</c>.
/// </value>
bool IsEdited { get; }
/// <summary>