Revert "[3.0] Add Privilege doxygen tags" 59/97659/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 00:16:49 +0000 (09:16 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 15 Nov 2016 00:16:52 +0000 (09:16 +0900)
This reverts commit 2d95b61643acca9f18f4b25dabc3c1de2c169514.

Change-Id: Ia5952a4d4db98522100348fcc3759f1aa28b947b

adaptors/public-api/adaptor-framework/application.h

index e690d9b..3be6593 100644 (file)
@@ -126,8 +126,6 @@ public:
   /**
    * @brief This is the constructor for applications without an argument list.
    * @SINCE_1_0.0
-   * @PRIVLEVEL_PUBLIC
-   * @PRIVILEGE_DISPLAY
    */
   static Application New();
 
@@ -135,8 +133,6 @@ 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
    */
@@ -146,8 +142,6 @@ 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
@@ -159,8 +153,6 @@ 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