aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-18 22:04:35 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-18 22:04:35 +0100
commit8bc7b22ce73c16b8975dad57dbff79be2fbf84f8 (patch)
tree89ce480451329cdb2ff7a9f57f8a2c07c3e88dad /src/ginput
parent4f1af08bd44e75436ec5a9973fd52342f0fb5952 (diff)
downloaduGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.gz
uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.bz2
uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.zip
doxygen
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/dial.c3
-rw-r--r--src/ginput/keyboard.c3
-rw-r--r--src/ginput/mouse.c3
-rw-r--r--src/ginput/toggle.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/src/ginput/dial.c b/src/ginput/dial.c
index 233daa08..756861f8 100644
--- a/src/ginput/dial.c
+++ b/src/ginput/dial.c
@@ -22,7 +22,8 @@
* @file src/ginput/dial.c
* @brief GINPUT dial code.
*
- * @addtogroup GINPUT
+ * @defgroup Dial
+ * @ingroup GINPUT
* @{
*/
#include "ch.h"
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c
index bd443e77..c2d84e9a 100644
--- a/src/ginput/keyboard.c
+++ b/src/ginput/keyboard.c
@@ -22,7 +22,8 @@
* @file src/ginput/keyboard.c
* @brief GINPUT keyboard code.
*
- * @addtogroup GINPUT
+ * @defgroup Keyboard
+ * @intogroup GINPUT
* @{
*/
#include "ch.h"
diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c
index f11e2c82..1b2fe897 100644
--- a/src/ginput/mouse.c
+++ b/src/ginput/mouse.c
@@ -22,7 +22,8 @@
* @file src/ginput/mouse.c
* @brief GINPUT mouse/touch code.
*
- * @addtogroup GINPUT_MOUSE
+ * @defgroup Mouse
+ * @ingroup GINPUT
* @{
*/
#include "ch.h"
diff --git a/src/ginput/toggle.c b/src/ginput/toggle.c
index 3b2e98bf..447605a1 100644
--- a/src/ginput/toggle.c
+++ b/src/ginput/toggle.c
@@ -22,7 +22,8 @@
* @file src/ginput/toggle.c
* @brief GINPUT toggle code.
*
- * @addtogroup GINPUT_TOGGLE
+ * @defgroup Toggle
+ * @ingroup GINPUT
* @{
*/
#include "ch.h"