fixed Doxygen warning
[platform/framework/native/appfw.git] / inc / FSecCertTypes.h
index 79c904f..e7c80c8 100644 (file)
@@ -15,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.
@@ -35,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