Add sam3n bechmark into nightly test.
[bertos.git] / bertos / kern / sem.h
index 1e3ef205642ca0e0c085724d7ada2d335fa1f8f3..1e59c07fd7a42e2ec16e7e9cf3408d36a95bef11 100644 (file)
  *
  * -->
  *
+ * \defgroup kern_sem Mutually exclusive semaphores
+ * \ingroup kern
+ * \{
  * \brief Mutually exclusive semaphores.
  *        Shared locking not supported in this implementation.
  *
- * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
@@ -70,6 +72,7 @@ bool sem_attempt(struct Semaphore *s);
 void sem_obtain(struct Semaphore *s);
 void sem_release(struct Semaphore *s);
 /* \} */
+/* \} */ //defgroup kern_sem
 
 int sem_testRun(void);
 int sem_testSetup(void);