Add NamespaceDoc.cs
authorJeesun Kim <iamjs.kim@samsung.com>
Tue, 16 May 2017 03:28:54 +0000 (12:28 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Tue, 16 May 2017 03:29:04 +0000 (12:29 +0900)
Change-Id: I58d846d71c3f9cbc1414acc30623a57d814c4c9d

src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar/NamespaceDoc.cs [new file with mode: 0644]

index 84f6106..13fe120 100644 (file)
@@ -67,6 +67,7 @@
     <Compile Include="Tizen.Pims.Calendar\CalendarStructs.cs" />
     <Compile Include="Tizen.Pims.Calendar\CalendarErrorFactory.cs" />
     <Compile Include="Tizen.Pims.Calendar\ReminderEventArgs.cs" />
+    <Compile Include="Tizen.Pims.Calendar\NamespaceDoc.cs" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
@@ -91,4 +92,4 @@
     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
   </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>
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 (file)
index 0000000..2d090bd
--- /dev/null
@@ -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.
+ */
+
+/// <summary>
+/// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule.
+/// </summary>
+/// <remarks>
+/// The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule.
+/// </remarks>
+namespace Tizen.Pims.Calendar {}
+