Add missing words in doxygen 40/28840/1
authoryuseok.jeon <yuseok.jeon@samsung.com>
Thu, 25 Sep 2014 09:12:33 +0000 (18:12 +0900)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 16 Oct 2014 13:44:30 +0000 (15:44 +0200)
Change-Id: Id4c09496b6986ecaecfaab6b10b6af2b79819b56
Signed-off-by: yuseok.jeon <yuseok.jeon@samsung.com>
src/include/ckmc/ckmc-type.h

index 8076935..a79b95e 100644 (file)
@@ -418,7 +418,7 @@ int ckmc_cert_list_new(ckmc_cert_s *cert, ckmc_cert_list_s **ppalias_list);
  * @brief Creates a new @a ckmc_cert_list_s handle, adds it to a previous @a ckmc_cert_list_s and returns it.
  *        The cert pointer in the returned @a ckmc_alias_list_s handle points to the provided @a ckmc_cert_s and next is null.
  *
- * @since 2.3
+ * @since_tizen 2.3
  *
  * @param[in]  previous  The last @a ckmc_cert_list_s handle to which a newly created @a ckmc_cert_list_s is added
  * @param[in]  cert      The item to be set in the newly created @a ckmc_cert_list_s
@@ -440,7 +440,7 @@ int ckmc_cert_list_add(ckmc_cert_list_s *previous,
  * @internal
  * @brief Destroys the @a ckmc_cert_list_s handle and releases resources of @a ckmc_cert_list_s from the provided first handle cascadingly.
  *
- * @since 2.3
+ * @since_tizen 2.3
  *
  * @remarks It does not destroy @a ckmc_cert_s itself in @a ckmc_cert_list_s.
  *
@@ -454,7 +454,7 @@ void ckmc_cert_list_free(ckmc_cert_list_s *first);
 /**
  * @brief Destroys the @a ckmc_cert_list_s handle and releases all its resources from the provided first handle cascadingly.
  *
- * @since 2.3
+ * @since_tizen 2.3
  *
  * @remarks It also destroys @a ckmc_cert_s in ckmc_cert_list_s.
  *