doc: Added group definitions for most common modules.
[bertos.git] / bertos / kern / proc.h
index e1181747326224a6d4439cbf7298d5a4656a3601..13bd7bf018f934334e6bd1e8fc01b0a2e098fd84 100644 (file)
  * Copyright 1999, 2000, 2001, 2008 Bernie Innocenti <bernie@codewiz.org>
  * -->
  *
+ * \defgroup kern Kernel facilities
+ * \{
+ *
+ * \defgroup kern_proc Process (Threads) management
+ * \{
+ *
  * \brief BeRTOS Kernel core (Process scheduler).
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
@@ -396,5 +402,7 @@ INLINE struct Process *proc_current(void)
                #error No cpu_stack_t size supported!
        #endif
 #endif
+/** \} */ //defgroup kern_proc
+/** \} */ //defgroup kern
 
 #endif /* KERN_PROC_H */