[ElmSharp] Add namespace summary (#222)
authorKangho <rookiejava+github@gmail.com>
Thu, 19 Apr 2018 07:01:59 +0000 (16:01 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 19 Apr 2018 07:01:59 +0000 (16:01 +0900)
src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md [new file with mode: 0644]
src/ElmSharp/doc/api/ElmSharp.md [new file with mode: 0644]

diff --git a/src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md b/src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md
new file mode 100644 (file)
index 0000000..9582f5f
--- /dev/null
@@ -0,0 +1,19 @@
+---
+# Copyright (c) 2017 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
+
+uid: ElmSharp.Wearable
+summary: ElmSharp.Wearable is a simple c# wrapper of native EFL elementary which is provide all the widget you need to build a wearable application.
+These APIs are at the beta status and may be changed in backward/forward-incompatible ways, and are not guarantee to be released.
+---
diff --git a/src/ElmSharp/doc/api/ElmSharp.md b/src/ElmSharp/doc/api/ElmSharp.md
new file mode 100644 (file)
index 0000000..eb8bdf4
--- /dev/null
@@ -0,0 +1,19 @@
+---
+# Copyright (c) 2017 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
+
+uid: ElmSharp
+summary: ElmSharp is a simple c# wrapper of native EFL elementary which is provide all the widget you need to build a full application.
+These APIs are at the beta status and may be changed in backward/forward-incompatible ways, and are not guarantee to be released.
+---