From 1710c25846c545b05796c778633d5738323f62b0 Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Tue, 1 Dec 2015 15:57:03 +0100 Subject: [PATCH] Fixed bug in Doxygen documentation --- base_cpp/include/embb/base/mutex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/base_cpp/include/embb/base/mutex.h b/base_cpp/include/embb/base/mutex.h index c700003..49089e8 100644 --- a/base_cpp/include/embb/base/mutex.h +++ b/base_cpp/include/embb/base/mutex.h @@ -44,7 +44,6 @@ namespace base { * \{ * \par Description * - 12345678901234567890123456789012345678901234567890123456789012345678901234567890 * The mutex concept is used for thread synchronization and provides a lock. * At any point in time, only one thread can exclusively hold the lock and * the lock is held until the thread explicitly releases it. -- libgit2 0.26.0