Add deprecate tag on API reference
[platform/framework/native/appfw.git] / inc / FSecPrivilegeInfo.h
index 1197c30..c4362a5 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2013 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -41,7 +40,7 @@ class _PrivilegeInfoImpl;
 * @final       This class is not intended for extension.
 *
 * The %PrivilegeInfo class represents the privilege information.
-* %PrivilegeInfo provides methods to retrieve the name and description of privilege.
+* This class provides methods to retrieve the name and description of privilege.
 *
 */
 
@@ -55,8 +54,6 @@ public:
         * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since       2.1
-        *
-        * @remarks  After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance.
         */
        PrivilegeInfo(void);
 
@@ -86,7 +83,7 @@ public:
         *
         * @since              2.1
         *
-        * @return            The privilege ID.
+        * @return            The privilege ID
         *
         */
        Tizen::Base::String GetId(void) const;
@@ -96,7 +93,8 @@ public:
         *
         * @since              2.1
         *
-        * @return            The display name of privilege, else an empty string is returned if there is no value.
+        * @return            The display name of privilege, @n
+        *                    else an empty string is returned if there is no value
         *
         */
        Tizen::Base::String GetDisplayName(void) const;
@@ -106,7 +104,8 @@ public:
         *
         * @since              2.1
         *
-        * @return            The description of privilege, else an empty string is returned if there is no value.
+        * @return            The description of privilege, @n
+        *                    else an empty string is returned if there is no value
         *
         */
        Tizen::Base::String GetDescription(void) const;