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
+5 -1
View File
@@ -3,7 +3,10 @@
#include <sys/time.h>
#include <time.h>
/** @addtogroup Timers
* @{
* Clock abstractions
*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -117,5 +120,6 @@ void uc_settable_clock_set(struct UCoreSettableClock *uclock,
}
#endif
/** @} (addtogroup) */
#endif