From 982ea61879763ea2960291024b248d1f023a0bd8 Mon Sep 17 00:00:00 2001 From: Jeesun Kim Date: Tue, 16 May 2017 12:28:54 +0900 Subject: [PATCH] Add NamespaceDoc.cs Change-Id: I58d846d71c3f9cbc1414acc30623a57d814c4c9d --- src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj | 3 ++- .../Tizen.Pims.Calendar/NamespaceDoc.cs | 24 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj index 84f6106..13fe120 100644 --- a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj @@ -67,6 +67,7 @@ + @@ -91,4 +92,4 @@ <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) true - \ No newline at end of file + diff --git a/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs new file mode 100644 index 0000000..2d090bd --- /dev/null +++ b/src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs @@ -0,0 +1,24 @@ +/* + * 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. + */ + +/// +/// 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. +/// +namespace Tizen.Pims.Calendar {} + -- 2.7.4