From: Dongsun Lee Date: Fri, 29 Nov 2019 02:42:59 +0000 (+0900) Subject: Fix documentation error(This function points to itself in the @see tag) X-Git-Tag: accepted/tizen/unified/20200116.101956~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F218861%2F1;p=platform%2Fcore%2Fsecurity%2Fkey-manager.git Fix documentation error(This function points to itself in the @see tag) Change-Id: I464677cf7e23d41a133e3ea83a71754a17ca8541 Signed-off-by: Dongsun Lee --- diff --git a/src/include/ckmc/ckmc-manager.h b/src/include/ckmc/ckmc-manager.h index 251052c..4d90b66 100644 --- a/src/include/ckmc/ckmc-manager.h +++ b/src/include/ckmc/ckmc-manager.h @@ -661,7 +661,7 @@ int ckmc_create_signature(const char *private_key_alias, const char *password, c * @pre User is already logged in and the user key is already loaded into memory in plain text form. * @see ckmc_create_key_pair_rsa() * @see ckmc_create_key_pair_ecdsa() - * @see ckmc_verify_signature() + * @see ckmc_create_signature() * @see #ckmc_hash_algo_e * @see #ckmc_rsa_padding_algo_e */