X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fkey-manager-client_doc.h;h=b17a65c101d92cdebf24636f916937f67f9ec5a4;hb=79141629106d3097f8a4013d3744cef046265a3e;hp=64471a3c587a8f91dafc38e3b209b5aea11b1a40;hpb=f422beb7b7ac762fc157911216d3dc06e4a6a4d2;p=platform%2Fcore%2Fsecurity%2Fkey-manager.git diff --git a/doc/key-manager-client_doc.h b/doc/key-manager-client_doc.h index 64471a3..b17a65c 100644 --- a/doc/key-manager-client_doc.h +++ b/doc/key-manager-client_doc.h @@ -13,19 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + #ifndef __TIZEN_CORE_KEY_MANAGER_CLIENT_DOC_H__ #define __TIZEN_CORE_KEY_MANAGER_CLIENT_DOC_H__ + + /** - * @ingroup CAPI_KEY_MANAGER_MODULE + * @ingroup CAPI_KEY_MANAGER_MODULE * @defgroup CAPI_KEY_MANAGER_CLIENT_MODULE Key Manager Client - * @brief It provides APIs accessing on the secure repository and additional secure cryptographic operations. - * + * @brief It provides APIs accessing on the secure repository and additional secure cryptographic operations. * @section CAPI_KEY_MANAGER_CLIENT_MODULE_HEADER Required Header - * \#include + * \#include * * @section CAPI_KEY_MANAGER_CLIENT_MODULE_OVERVIEW Overview - * It provides APIs storing, getting, and removing APIs for keys, certificates, and sensitive data on/from Key Manager secure repository which is protected by a user’s passwords. + * It provides APIs for storing, getting, and removing APIs for keys, certificates, and sensitive data on/from the Key Manager secure repository which is protected by a user’s passwords. * Additionally, it provides secure cryptographic operations for non-exportable keys without revealing key values to clients. */ + #endif /* __TIZEN_CORE_KEY_MANAGER_CLIENT_DOC_H__ */