Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecISecretKeyGenerator.h
index c6c827f..563c67e 100644 (file)
@@ -34,7 +34,7 @@ namespace Tizen { namespace Security
  * @interface  ISecretKeyGenerator
  * @brief              This interface provides the abstract methods for generating a secret (symmetric) key.
  *
- * @since       2.0
+ * @since              2.0
  *
  * The %ISecretKeyGenerator interface provides the abstract methods for generating a secret (symmetric) key. @n
  *
@@ -47,10 +47,10 @@ class _OSP_EXPORT_ ISecretKeyGenerator
 
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes @n
-        * are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n 
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
-        * @since       2.0
+        * @since               2.0
         */
        virtual ~ISecretKeyGenerator(void) {}
 
@@ -63,9 +63,10 @@ public:
         *                              else @c null if the secret key generation fails
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_OUT_OF_MEMORY         The memory is insufficient.
-        * @exception   E_SYSTEM                        A system error has occurred. @n
-        *                                                                      The method has failed to operate with the OpenSSL library.
-        * @remarks     The specific error code can be accessed using the GetLastResult() method.
+        * @exception   E_SYSTEM                        Either of the following conditions has occurred:
+        *                                                                      - A system error has occurred.
+        *                                                                      - The method has failed to operate with the OpenSSL library.
+        * @remarks             The specific error code can be accessed using the GetLastResult() method.
         */
        virtual Tizen::Security::ISecretKey* GenerateKeyN(void) = 0;