More work on doxygen module structure

This commit is contained in:
t-moe
2015-05-11 20:44:56 +02:00
parent a175a2f6b0
commit 08d9fe0c3c
9 changed files with 119 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
#ifndef TOUCH_H
#define TOUCH_H
/**
* @defgroup touch Touch
@@ -11,9 +13,6 @@
/*@{*/
#ifndef TOUCH_H
#define TOUCH_H
#include<stdbool.h>
#include<stdint.h>
@@ -108,6 +107,6 @@ void touch_unregister_area(TOUCH_AREA_STRUCT* area);
POINT_STRUCT touch_get_last_point();
#endif /* TOUCH_H */
/*@}*/
#endif /* TOUCH_H */