[Tizen.Pims.Contacts]Fix XML Doc warnings 12/154312/2
authorJongkyu Koo <jk.koo@samsung.com>
Tue, 10 Oct 2017 05:03:27 +0000 (14:03 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Tue, 10 Oct 2017 05:49:29 +0000 (14:49 +0900)
Change-Id: I26aa17dbf14f7058ef6b82ee613b941243ca4d7d
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/ContactsViews.cs
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts/NamespaceDoc.cs

index b3fd512..97dc02c 100644 (file)
@@ -20,18 +20,19 @@ using System.Diagnostics.CodeAnalysis;
 
 namespace Tizen.Pims.Contacts
 {
-    /// <summary>
-    /// This namespace provides information about views with properties.
-    /// </summary>
-    /// <remarks>
-    ///  Views are provided to access and handle entities. A view is a structure, which has property elements.
-    ///  A view is almost the same as a database "VIEW", which limits access and guarantees performance.
-    ///  A "record" represents a single row of the views.
-    ///  A record can have basic properties of five types: integer, string, boolean, long, double.
-    /// </remarks>
-    /// <since_tizen> 4 </since_tizen>
     namespace ContactsViews
     {
+        /// <summary>
+        /// This namespace provides information about views with properties.
+        /// </summary>
+        /// <remarks>
+        ///  Views are provided to access and handle entities. A view is a structure, which has property elements.
+        ///  A view is almost the same as a database "VIEW", which limits access and guarantees performance.
+        ///  A "record" represents a single row of the views.
+        ///  A record can have basic properties of five types: integer, string, boolean, long, double.
+        /// </remarks>
+        /// <since_tizen> 4 </since_tizen>
+
         internal static class Property
         {
             private const uint AddressBook = 0x00100000;
index 91a3ded..66a19b7 100644 (file)
  * limitations under the License.
  */
 
-/// <summary>
-/// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
-/// </summary>
-/// <remarks>
-/// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
-/// </remarks>
-/// <since_tizen> 4 </since_tizen>
-namespace Tizen.Pims.Contacts {}
+namespace Tizen.Pims.Contacts
+{
+    /// <summary>
+    /// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
+    /// </summary>
+    /// <remarks>
+    /// The Tizen.Pims.Contacts namespace provides classes for managing contact information for people.
+    /// </remarks>
+    /// <since_tizen> 4 </since_tizen>
+}
\ No newline at end of file