From 888cc1688b7b5ccb79f2f5cd3de270db0ff23b92 Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Tue, 10 Oct 2017 11:33:34 +0900 Subject: [PATCH] Fix XML documentation warnings Change-Id: Ie7fa6c313587d3c82a7090d230e87ef02945500f --- .../Tizen.Pims.Calendar/CalendarDatabase.cs | 2 +- .../Tizen.Pims.Calendar/CalendarErrorFactory.cs | 28 +++++++++++----------- .../Tizen.Pims.Calendar/CalendarReminder.cs | 1 - .../Tizen.Pims.Calendar/CalendarViews.cs | 21 ++++++++-------- .../Tizen.Pims.Calendar/NamespaceDoc.cs | 18 +++++++------- 5 files changed, 36 insertions(+), 34 deletions(-) diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarDatabase.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarDatabase.cs index 3bd2ca9..4bf80f1 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarDatabase.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarDatabase.cs @@ -37,7 +37,7 @@ namespace Tizen.Pims.Calendar internal CalendarDatabase() { - ///To be created in CalendarManager only + /*To be created in CalendarManager only*/ } /// diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarErrorFactory.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarErrorFactory.cs index 9e97d31..69f2d7a 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarErrorFactory.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/CalendarErrorFactory.cs @@ -20,20 +20,20 @@ namespace Tizen.Pims.Calendar { internal enum CalendarError { - None = Tizen.Internals.Errors.ErrorCode.None, /**< Successful */ - OutOfMemory = Tizen.Internals.Errors.ErrorCode.OutOfMemory, /**< Out of Memory (-12) */ - InvalidParameter = Tizen.Internals.Errors.ErrorCode.InvalidParameter, /**< Invalid parameter (-22) */ - FileNoSpace = Tizen.Internals.Errors.ErrorCode.FileNoSpaceOnDevice, /** - /// This namespace provides information about views with properties. - /// - /// 4 - /// - /// s 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, long, double, CalendarTime. - /// namespace CalendarViews { + /// + /// This namespace provides information about views with properties. + /// + /// 4 + /// + /// s 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, long, double, CalendarTime. + /// + internal static class Property { /// data type mask 0x0FF00000 diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs index 4ca1aac..1e072ca 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs @@ -14,12 +14,14 @@ * limitations under the License. */ -/// -/// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule. -/// -/// -/// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule. -/// -/// 4 -namespace Tizen.Pims.Calendar {} +namespace Tizen.Pims.Calendar +{ + /// + /// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule. + /// + /// + /// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule. + /// + /// 4 +} -- 2.7.4