diff options
Diffstat (limited to 'docs/src/mutualexcl.dox')
-rw-r--r-- | docs/src/mutualexcl.dox | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/mutualexcl.dox b/docs/src/mutualexcl.dox index ae6f57c0a..69eb65dc8 100644 --- a/docs/src/mutualexcl.dox +++ b/docs/src/mutualexcl.dox @@ -19,7 +19,6 @@ /**
* @page article_mutual_exclusion Mutual Exclusion guide
- * @{
* The most common problem when writing multithreaded code is the
* synchronization on the shared resources/services.<br>
* ChibiOS/RT offers a rich variety of mechanisms that apparently solve the
@@ -209,4 +208,3 @@ * - Requires a dedicated thread as server.
* .
*/
-/** @} */
|