From: khizmax Date: Tue, 3 Jan 2017 07:33:37 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~5 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=8324e83ad3ef9873a99178b544adae9e99157542 Docfix --- diff --git a/cds/sync/monitor.h b/cds/sync/monitor.h index ca89d62f..d03ab3e5 100644 --- a/cds/sync/monitor.h +++ b/cds/sync/monitor.h @@ -36,7 +36,7 @@ namespace cds { namespace sync { /** @page cds_sync_monitor Synchronization monitor - A monitor is synchronization construct + A monitor is synchronization construction that allows threads to have both mutual exclusion and the ability to wait (block) for a certain condition to become true. Some blocking data structure algoritms like the trees require per-node locking. For huge trees containing millions of nodes it can be very inefficient to inject diff --git a/doxygen/footer.html b/doxygen/footer.html index 9f57b766..09fdd5f9 100644 --- a/doxygen/footer.html +++ b/doxygen/footer.html @@ -1,7 +1,7 @@
$projectname $projectnumber - Developed by Maxim Khizhinsky aka khizmax 2007 - 2016 + Developed by Maxim Khizhinsky aka khizmax 2007 - 2017
Autogenerated $datetime by Doxygen $doxygenversion