[3.0] Add Privilege doxygen tags 75/86175/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 29 Aug 2016 06:47:23 +0000 (15:47 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 31 Aug 2016 02:23:26 +0000 (11:23 +0900)
Change-Id: Ia1d97237e8236f0e57d324c5eb4bacb83f976860
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/public-api/adaptor-framework/application.h

index 375fa0e..1579d7c 100644 (file)
@@ -126,6 +126,8 @@ public:
   /**
    * @brief This is the constructor for applications without an argument list.
    * @SINCE_1_0.0
+   * @PRIVLEVEL_PUBLIC
+   * @PRIVILEGE_DISPLAY
    */
   static Application New();
 
@@ -133,6 +135,8 @@ public:
    * @brief This is the constructor for applications.
    *
    * @SINCE_1_0.0
+   * @PRIVLEVEL_PUBLIC
+   * @PRIVILEGE_DISPLAY
    * @param[in,out]  argc        A pointer to the number of arguments
    * @param[in,out]  argv        A pointer the the argument list
    */
@@ -142,6 +146,8 @@ public:
    * @brief This is the constructor for applications with a name
    *
    * @SINCE_1_0.0
+   * @PRIVLEVEL_PUBLIC
+   * @PRIVILEGE_DISPLAY
    * @param[in,out]  argc        A pointer to the number of arguments
    * @param[in,out]  argv        A pointer the the argument list
    * @param[in]      stylesheet  The path to user defined theme file
@@ -152,6 +158,8 @@ public:
    * @brief This is the constructor for applications with a name
    *
    * @SINCE_1_0.0
+   * @PRIVLEVEL_PUBLIC
+   * @PRIVILEGE_DISPLAY
    * @param[in,out]  argc        A pointer to the number of arguments
    * @param[in,out]  argv        A pointer the the argument list
    * @param[in]      stylesheet  The path to user defined theme file