doc: Move List documentation into its own section.
[bertos.git] / bertos / kern / signal.h
index bef44a9eb628f5c8bdd6dcb741287a0d372759a7..408e21e97538f2764b042fd7cb76fbccec8a5dd8 100644 (file)
  *
  * -->
  *
+ * \defgroup kern_signal Kernel signals
+ * \ingroup kern
+ * \{
+ *
  * \brief Signal module for IPC.
  *
- * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
@@ -84,4 +87,6 @@ int signal_testTearDown(void);
 #define SIG_SINGLE   BV(7)  /**< Used to wait for a single event */
 /*\}*/
 
+/* \} */ //defgroup kern_signal
+
 #endif /* KERN_SIGNAL_H */