From: Jeesun Kim Date: Tue, 16 May 2017 03:28:54 +0000 (+0900) Subject: Add NamespaceDoc.cs X-Git-Tag: submit/trunk/20170823.075128~117^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=982ea61879763ea2960291024b248d1f023a0bd8;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add NamespaceDoc.cs Change-Id: I58d846d71c3f9cbc1414acc30623a57d814c4c9d --- 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 {} +