Change the doxygen comments to make them readable by the wizard
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:48:23 +0000 (14:48 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:48:23 +0000 (14:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2204 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_kern.h

index bc4594a420b6d8c2ee6f8d4c342193226a95319f..71cb072bac7215f9717cb99ddef10f419711dc8a 100644 (file)
  */
 #define CONFIG_KERN  1
 
-/**
- * \name Optional kernel features
- * \{
- */
 #define CONFIG_KERN_SCHED       1  ///< Process schedling
 #define CONFIG_KERN_SIGNALS     1  ///< Inter-process signals
 #define CONFIG_KERN_IRQ         0  ///< Interrupt supervisor
@@ -56,7 +52,6 @@
 #define CONFIG_KERN_MONITOR     1  ///< Process monitor
 #define CONFIG_KERN_PREEMPT     0  ///< Preemptive process scheduling
 #define CONFIG_KERN_PRI         0  ///< Priority-based scheduling policy
-/*\}*/
 
 /// [ms] Time sharing quantum (a prime number prevents interference effects)
 #define CONFIG_KERN_QUANTUM     47