From 8324e83ad3ef9873a99178b544adae9e99157542 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 3 Jan 2017 10:33:37 +0300 Subject: [PATCH] Docfix --- cds/sync/monitor.h | 2 +- doxygen/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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
-- 2.34.1