summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-03-23 10:33:53 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-03-23 10:33:53 +0900
commitb72cc912dd3f4a80304aa47fe0706795a54a79fe (patch)
tree88604a0892a25f0d5f31d523e4cd3952082bc29f /doc
parentbe0d6cca6ba7d61e2d539655d3b6d2c41184be8d (diff)
downloadbadge-b72cc912dd3f4a80304aa47fe0706795a54a79fe.tar.gz
badge-b72cc912dd3f4a80304aa47fe0706795a54a79fe.tar.bz2
badge-b72cc912dd3f4a80304aa47fe0706795a54a79fe.zip
Modify 'since tag' for wearable profile
Change-Id: Idea11a55d291d37b65c8a05da87fc51d3658b934 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mobile/badge_doc.h (renamed from doc/badge_doc.h)0
-rwxr-xr-xdoc/wearable/badge_doc.h34
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/badge_doc.h b/doc/mobile/badge_doc.h
index 3bf9979..3bf9979 100755
--- a/doc/badge_doc.h
+++ b/doc/mobile/badge_doc.h
diff --git a/doc/wearable/badge_doc.h b/doc/wearable/badge_doc.h
new file mode 100755
index 0000000..3bf9979
--- /dev/null
+++ b/doc/wearable/badge_doc.h
@@ -0,0 +1,34 @@
+/*
+ * libbadge
+ *
+ * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: Youngjoo Park <yjoo93.park@samsung.com>,
+ * Seungtaek Chung <seungtaek.chung@samsung.com>, Youngsub Ko <ys4610.ko@samsung.com>
+ *
+ * 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.
+ *
+ */
+
+/**
+ *
+ * @defgroup BADGE_MODULE Badge
+ * @ingroup CAPI_APPLICATION_FRAMEWORK
+ * @brief Badge APIs
+ *
+ * @section BADGE_MODULE_HEADER Required Header
+ * \#include <badge.h>
+ * @section BADGE_MODULE_OVERVIEW Overview
+ * It provides functions for creating and inserting and updating badge.
+ *
+ */