Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseUtilTypes.h
index b4e4718..6520e1a 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);
@@ -38,9 +37,9 @@ namespace Tizen { namespace Base { namespace Utility
  */
 enum CompressionLevel
 {
-       BEST_SPEED = 0,                 /**< For best speed */
-       BEST_COMPRESSION,               /**< For best compression */
-       DEFAULT_COMPRESSION             /**< For average speed and average compression */
+       BEST_SPEED = 0,                 /**< The compression level for best speed */
+       BEST_COMPRESSION,               /**< The compression level for best compression */
+       DEFAULT_COMPRESSION             /**< The compression level for average speed and average compression */
 };