[Tizen.Multimedia] Fix XML Doc warnings
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Vision / MediaVision / ImageObject.cs
old mode 100755 (executable)
new mode 100644 (file)
index ab0b6d9..0b4c71b
@@ -65,6 +65,9 @@ namespace Tizen.Multimedia.Vision
             InteropImage.Load(path, out _handle).Validate("Failed to load image object from file");
         }
 
+        /// <summary>
+        /// Finalizes an instance of the ImageObject class.
+        /// </summary>
         ~ImageObject()
         {
             Dispose(false);