From: Minkyoung Kang Date: Thu, 13 Jun 2013 01:23:07 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: accepted/tizen/20130912.081851^2~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a3772cc14e2e8ea40883286b9b56d6fc8aef743;p=platform%2Fframework%2Fnative%2Fappfw.git update header for Doxygen Change-Id: Ied153bbbe55db919f05f18529a977e9f1b73f551 --- diff --git a/inc/FBaseRtMonitor.h b/inc/FBaseRtMonitor.h index 706b0ae..b9696ac 100755 --- a/inc/FBaseRtMonitor.h +++ b/inc/FBaseRtMonitor.h @@ -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 *