From 50d9a89028b2af52239dcc403340edac607ae1f8 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Tue, 15 Nov 2016 09:16:49 +0900 Subject: [PATCH] Revert "[3.0] Add Privilege doxygen tags" This reverts commit 2d95b61643acca9f18f4b25dabc3c1de2c169514. Change-Id: Ia5952a4d4db98522100348fcc3759f1aa28b947b --- adaptors/public-api/adaptor-framework/application.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/adaptors/public-api/adaptor-framework/application.h b/adaptors/public-api/adaptor-framework/application.h index e690d9b..3be6593 100644 --- a/adaptors/public-api/adaptor-framework/application.h +++ b/adaptors/public-api/adaptor-framework/application.h @@ -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 -- 2.7.4