Apply reviewed doxygen header
[platform/framework/native/appfw.git] / inc / FSecIKeyParameters.h
index 3df274f..3f8b098 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -16,7 +15,7 @@
 //
 
 /**
- * @file                       FSecIKeyParameters.h
+ * @file               FSecIKeyParameters.h
  * @brief              This is the header file for the %IKeyParameters interface.
  *
  * This header file contains the declarations of the %IKeyParameters interface.
@@ -47,22 +46,22 @@ class _OSP_EXPORT_ IKeyParameters
 
 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
         */
        virtual ~IKeyParameters(void) {}
 
        /**
-        * Gets the value of the parameter for a specified key parameter type.
+        * Gets the value of the parameter for the specified key parameter type.
         *
         * @since               2.0
         *
         * @return              A pointer to the Tizen::Base::ByteBuffer class that contains the parameter values, @n
         *                              else @c null if an error occurs
         * @param[in]   paramType                               The type of the parameter @n
-        *                                                                                      For example, @c KEY_PARAMETER_DH_G.
+        *                                                                              For example, @c KEY_PARAMETER_DH_G.
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OUT_OF_MEMORY                 The memory is insufficient.
         * @exception   E_UNSUPPORTED_TYPE              The specified @c paramType is not supported.