Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseRtTypes.h
index 9c9b324..8cfe3d3 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);
@@ -17,7 +16,7 @@
 
 /**
  * @file               FBaseRtTypes.h
- * @brief              This is the header file for types in the Runtime package.
+ * @brief              This is the header file for the types in the Runtime package.
  *
  * This header file defines the types in the Runtime package.
  */
@@ -46,21 +45,23 @@ enum TimerStatus
 
 /**
 * @struct      TryTag
-* @brief       This struct is used only for supporting non-blocking acquisition of a resource
+* @brief       This struct is used only for supporting non-blocking acquisition of a resource.
 *
-* This struct is used for just discriminating between blocking and non-blocking acquisition
+* The %TryTag struct is used for just discriminating between blocking and non-blocking acquisition
 * of a resource. So, the definition is empty.
 *
 * @since 2.0
 *
-* @see         MutexGuard, SemaphoreGuard, Try
+* @see         MutexGuard
+* @see         SemaphoreGuard
+* @see         Try
 */
 struct TryTag
 {
 };
 
 /**
-* @brief       Used only for for just discriminating between blocking and non-blocking acquisition
+* @brief       Used only for just discriminating between blocking and non-blocking acquisition.
 *
 * @code
 * Mutex m;