[Tizen.Messaging]Fix XML Doc warnings 44/154344/2 preview1-00277
authorJongkyu Koo <jk.koo@samsung.com>
Tue, 10 Oct 2017 05:44:32 +0000 (14:44 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Tue, 10 Oct 2017 06:20:39 +0000 (06:20 +0000)
Change-Id: I7215e07ffcfe70a52dd9feebd51cf3ad3af187f2
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
src/Tizen.Messaging/Tizen.Messaging.Email/EmailMessage.cs
src/Tizen.Messaging/Tizen.Messaging.Email/NamespaceDoc.cs [changed mode: 0755->0644]
src/Tizen.Messaging/Tizen.Messaging.Messages/Message.cs [changed mode: 0755->0644]
src/Tizen.Messaging/Tizen.Messaging.Messages/NamespaceDoc.cs [changed mode: 0755->0644]

index e4b9d9f..50bb943 100644 (file)
@@ -157,12 +157,19 @@ namespace Tizen.Messaging.Email
             }
         }
 
+        /// <summary>
+        /// Releases all resources used by the EmailMessage.
+        /// </summary>
         public void Dispose()
         {
             Dispose(true);
             GC.SuppressFinalize(this);
         }
 
+        /// <summary>
+        /// Releases all resources used by the EmailMessage.
+        /// </summary>
+        /// <param name="disposing">Disposing by User</param>
         protected virtual void Dispose(bool disposing)
         {
             if (_disposed)
old mode 100755 (executable)
new mode 100644 (file)
index 8afebcb..3a072c5
  */
 
 
-/// <summary>
-/// The <b>Tizen.Messaging.Email</b> namespace contains classes providing the functionality to send emails.
-/// </summary>
-/// <remarks>
-/// The <b>Tizen.Messaging.Email</b> namespace contains classes providing the functionality to send emails.
-/// </remarks>
 namespace Tizen.Messaging.Email
 {
+    /// <summary>
+    /// The <b>Tizen.Messaging.Email</b> namespace contains classes providing the functionality to send emails.
+    /// </summary>
+    /// <remarks>
+    /// The <b>Tizen.Messaging.Email</b> namespace contains classes providing the functionality to send emails.
+    /// </remarks>
 }
old mode 100755 (executable)
new mode 100644 (file)
index 38f0f5e..7bd72ab
@@ -59,11 +59,17 @@ namespace Tizen.Messaging.Messages
             (this as MmsMessage)?.SetAttachments();
         }
 
+        /// <summary>
+        /// Destructor
+        /// </summary>
         ~Message()
         {
             Dispose(false);
         }
 
+        /// <summary>
+        /// Releases all resources used by the Message.
+        /// </summary>
         public void Dispose()
         {
             Dispose(true);
old mode 100755 (executable)
new mode 100644 (file)
index 79377ed..b540106
  * limitations under the License.
  */
 
-/// <summary>
-/// The <b>Tizen.Messaging.Messages</b> namespace contains classes providing the functionality to send, receive, and search messages.
-/// </summary>
-/// <remarks>
-/// The <b>Tizen.Messaging.Messages</b> namespace contains classes providing the functionality to send, receive, and search messages.
-/// </remarks>
 namespace Tizen.Messaging.Messages
 {
-}
+    /// <summary>
+    /// The <b>Tizen.Messaging.Messages</b> namespace contains classes providing the functionality to send, receive, and search messages.
+    /// </summary>
+    /// <remarks>
+    /// The <b>Tizen.Messaging.Messages</b> namespace contains classes providing the functionality to send, receive, and search messages.
+    /// </remarks>
+}
\ No newline at end of file