From 2b8eed2e830d700ac8ccce5b7500d2ae2047389e Mon Sep 17 00:00:00 2001 From: KyungwooNoh Date: Mon, 15 Jul 2013 12:17:32 +0900 Subject: [PATCH] update doxygen Change-Id: I7dd3a3534f2ab721383e6600136dc38c4d79afa5 Signed-off-by: KyungwooNoh --- inc/FSecCertICertificatePath.h | 8 ++++---- inc/FSecCertX509CertificatePath.h | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/inc/FSecCertICertificatePath.h b/inc/FSecCertICertificatePath.h index 7cfed08..5df9bac 100644 --- a/inc/FSecCertICertificatePath.h +++ b/inc/FSecCertICertificatePath.h @@ -213,10 +213,10 @@ public: /** * Adds a certificate to the certificate chain. - * The order of certificaett addition should be - * 1. Add user certificate. - * 2. Add intermediate certificate. - * 3. Add root CA certificate. + * The order of certificates should be as follows: @n + * 1. User certificate. + * 2. Intermediate certificate. + * 3. Root CA certificate. * * @since 2.0 * diff --git a/inc/FSecCertX509CertificatePath.h b/inc/FSecCertX509CertificatePath.h index 4f6bc60..6b3cf8b 100644 --- a/inc/FSecCertX509CertificatePath.h +++ b/inc/FSecCertX509CertificatePath.h @@ -73,11 +73,11 @@ public: virtual Tizen::Base::String GetFormat(void) const; /** - * Adds a certificate to the certificate chain. - * The order of certificaett addition should be - * 1. Add user certificate. - * 2. Add intermediate certificate. - * 3. Add root CA certificate. + * Adds a certificate to the certificate chain. + * The order of certificates should be as follows: @n + * 1. User certificate. + * 2. Intermediate certificate. + * 3. Root CA certificate. * * @since 2.0 * -- 2.7.4