update doxygen
authorKyungwooNoh <kw1004.noh@samsung.com>
Mon, 15 Jul 2013 03:17:32 +0000 (12:17 +0900)
committerKyungwooNoh <kw1004.noh@samsung.com>
Mon, 15 Jul 2013 03:17:32 +0000 (12:17 +0900)
Change-Id: I7dd3a3534f2ab721383e6600136dc38c4d79afa5
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
inc/FSecCertICertificatePath.h
inc/FSecCertX509CertificatePath.h

index 7cfed08..5df9bac 100644 (file)
@@ -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
         *
index 4f6bc60..6b3cf8b 100644 (file)
@@ -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
         *