change some API visibility to hidden
authorhyun lee <hyunn.lee@samsung.com>
Thu, 18 Sep 2014 06:23:11 +0000 (15:23 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Thu, 18 Sep 2014 06:23:11 +0000 (15:23 +0900)
Change-Id: I98486c7191921363de3f6ffbd224e3a4eeab1317
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
lib/include/shortcut.h

index 2c4881e..f2f8556 100755 (executable)
@@ -35,6 +35,7 @@ extern "C" {
  */
 
 /**
+ * @internal
  * @brief Called to the add_to_home request.
  * @details The homescreen should define a callback as this type and implement the service code
  *        for adding a new application shortcut.
@@ -168,6 +169,9 @@ enum shortcut_error_e {
 #define SHORTCUT_ERROR_CODE(status)    ((status) & ~SHORTCUT_STATUS_CARED)
 
 /**
+ *
+ * @internal
+ *
  * @brief Supports the shortcut creating request.
  *
  * @details