From 3a3772cc14e2e8ea40883286b9b56d6fc8aef743 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Thu, 13 Jun 2013 10:23:07 +0900 Subject: [PATCH] update header for Doxygen Change-Id: Ied153bbbe55db919f05f18529a977e9f1b73f551 --- inc/FBaseRtMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.7.4