aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/toggle
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 /drivers/ginput/toggle
parent4f1af08bd44e75436ec5a9973fd52342f0fb5952 (diff)
downloaduGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.gz
uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.tar.bz2
uGFX-8bc7b22ce73c16b8975dad57dbff79be2fbf84f8.zip
doxygen
Diffstat (limited to 'drivers/ginput/toggle')
-rw-r--r--drivers/ginput/toggle/Pal/ginput_lld_toggle.c3
-rw-r--r--drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h3
-rw-r--r--drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h3
-rw-r--r--drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h3
4 files changed, 8 insertions, 4 deletions
diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle.c b/drivers/ginput/toggle/Pal/ginput_lld_toggle.c
index a3a360d8..947f77e0 100644
--- a/drivers/ginput/toggle/Pal/ginput_lld_toggle.c
+++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle.c
@@ -22,7 +22,8 @@
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle.c
* @brief GINPUT Toggle low level driver source for the ChibiOS PAL hardware.
*
- * @addtogroup GINPUT_TOGGLE
+ * @defgroup Toggle
+ * @ingroup GINPUT
* @{
*/
diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
index a96178b0..a8c7ad1c 100644
--- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
+++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
@@ -22,7 +22,8 @@
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
* @brief GINPUT Toggle low level driver source for the ChibiOS PAL hardware on the example board.
*
- * @addtogroup GINPUT_TOGGLE
+ * @defgroup Toggle
+ * @ingroup GINPUT
* @{
*/
diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
index 3ba5858d..fb607028 100644
--- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
+++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
@@ -22,7 +22,8 @@
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
* @brief GINPUT Toggle low level driver source for the ChibiOS PAL hardware on the Olimex SAM7EX256 board.
*
- * @addtogroup GINPUT_TOGGLE
+ * @defgroup Toggle
+ * @ingroup GINPUT
* @{
*/
diff --git a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
index 774be200..45f992d5 100644
--- a/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
+++ b/drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
@@ -22,7 +22,8 @@
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
* @brief GINPUT Toggle Driver configuration header.
*
- * @addtogroup GDISP
+ * @defgroup Toggle
+ * @ingroup GINPUT
* @{
*/