From 4e19aa5909aa37587c13038d7fdbf2d11e6fc9af Mon Sep 17 00:00:00 2001 From: Kangho Date: Thu, 19 Apr 2018 16:01:59 +0900 Subject: [PATCH] [ElmSharp] Add namespace summary (#222) --- src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md | 19 +++++++++++++++++++ src/ElmSharp/doc/api/ElmSharp.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md create mode 100644 src/ElmSharp/doc/api/ElmSharp.md diff --git a/src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md b/src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md new file mode 100644 index 0000000..9582f5f --- /dev/null +++ b/src/ElmSharp.Wearable/doc/api/ElmSharp.Wearable.md @@ -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 index 0000000..eb8bdf4 --- /dev/null +++ b/src/ElmSharp/doc/api/ElmSharp.md @@ -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. +--- -- 2.7.4