fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FSecCertTypes.h
index dc0b0c4..e7c80c8 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -16,7 +15,7 @@
 //
 
 /**
- * @file                       FSecCertTypes.h
+ * @file               FSecCertTypes.h
  * @brief              This is the header file for the %CertTypes definitions.
  *
  * This header file contains the %CertTypes definitions.
@@ -36,12 +35,12 @@ namespace Tizen { namespace Security { namespace Cert
  */
 enum ValidationResult
 {
-       VALIDATION_SUCCESS = 0,                         /**<    Success */
+       VALIDATION_SUCCESS = 0,                 /**<    The validation is a success */
        VALIDATION_ERROR_INVALID_PATH,          /**<    The certificate path does not validate */
-       VALIDATION_ERROR_NO_ROOT,                   /**<        The root certificate is not found */
+       VALIDATION_ERROR_NO_ROOT,               /**<    The root certificate is not found */
        VALIDATION_ERROR_CERT_EXPIRED,          /**<    The certificate date falls outside the validity period */
        VALIDATION_ERROR_CERT_REVOKED,          /**<    The certificate has been revoked */
-       VALIDATION_ERROR_INVALID_SIGNATURE, /**<        The signature is not valid */
+       VALIDATION_ERROR_INVALID_SIGNATURE,     /**<    The signature is not valid */
 
 }; //ValidationResult