From 0a0107156cc4dad6696bc0e3c266db07ef482ce3 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 29 Aug 2016 15:47:23 +0900 Subject: [PATCH] Add Privilege doxygen tags Change-Id: Ia1d97237e8236f0e57d324c5eb4bacb83f976860 Signed-off-by: Seoyeon Kim --- adaptors/public-api/adaptor-framework/application.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/adaptors/public-api/adaptor-framework/application.h b/adaptors/public-api/adaptor-framework/application.h index 5242ded21..ea15cc79c 100644 --- a/adaptors/public-api/adaptor-framework/application.h +++ b/adaptors/public-api/adaptor-framework/application.h @@ -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 @@ -153,6 +159,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 -- 2.34.1