From cde25dacb3f15d71706e08faa7e44b1244493d59 Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Tue, 10 Oct 2017 14:08:55 +0900 Subject: [PATCH] [Tizen.PhonenumberUtils]Fix XML Doc warnings Change-Id: I0be2feaf477e2d5fbf3965ae46a1e33d5f60033d Signed-off-by: Jongkyu Koo --- .../Tizen.PhonenumberUtils/NamespaceDoc.cs | 34 +++++++++++++++++----- .../Tizen.PhonenumberUtils/PhonenumberUtils.cs | 4 +++ 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/NamespaceDoc.cs b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/NamespaceDoc.cs index 6960e7f..e5845ac 100644 --- a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/NamespaceDoc.cs +++ b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/NamespaceDoc.cs @@ -1,8 +1,26 @@ -/// -/// The Tizen.PhonenumberUtils namespace provides a class for parsing, formatting and normalizing phone numbers. -/// -/// -/// The Tizen.PhonenumberUtils namespace provides a class for parsing, formatting and normalizing phone numbers. -/// -/// 4 -namespace Tizen.PhonenumberUtils {} +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +namespace Tizen.PhonenumberUtils +{ + /// + /// The Tizen.PhonenumberUtils namespace provides a class for parsing, formatting and normalizing phone numbers. + /// + /// + /// The Tizen.PhonenumberUtils namespace provides a class for parsing, formatting and normalizing phone numbers. + /// + /// 4 +} diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtils.cs b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtils.cs index 9368f8c..5530d80 100644 --- a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtils.cs +++ b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtils.cs @@ -45,6 +45,10 @@ namespace Tizen.PhonenumberUtils } } + /// + /// Destructor + /// + /// 4 ~PhonenumberUtils() { Dispose(false); -- 2.7.4