Add doxygen groups

This commit is contained in:
Nils O. Selåsdal
2013-07-31 03:37:50 +02:00
parent 679b4b12e5
commit 13108f1f48
4 changed files with 46 additions and 7 deletions
+6
View File
@@ -6,6 +6,11 @@
#include <sys/time.h>
#include "rbtree.h"
/** @addtogroup Timers
* @{
* Timer management for managing timeouts
*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -147,4 +152,5 @@ int uc_timers_run(struct UCTimers *timers);
}
#endif
/** @{ (addtogroup) */
#endif