update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Thu, 13 Jun 2013 01:23:07 +0000 (10:23 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Thu, 13 Jun 2013 01:23:07 +0000 (10:23 +0900)
Change-Id: Ied153bbbe55db919f05f18529a977e9f1b73f551

inc/FBaseRtMonitor.h

index 706b0ae..b9696ac 100755 (executable)
@@ -35,7 +35,7 @@ class _MonitorImpl;
 
 /**
  * @class   Monitor
- * @brief      This represents a monitor; a type of synchronization mechanism that provides acquire/release semantics by %Enter() / %Exit() as well as wait/notify semantics by %Wait() / %Notify() / %NotifyAll().
+ * @brief      This class represents a monitor that is a type of synchronization mechanism.
  *
  * @since 2.0
  *