aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput_toggle.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
commit6397a56e0beddf179786e093b08bcf0cbe71fea1 (patch)
tree12a15acf8c2c69db37abad2165b621b5bc244382 /src/ginput/ginput_toggle.h
parent778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff)
downloaduGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip
Doxygen
Diffstat (limited to 'src/ginput/ginput_toggle.h')
-rw-r--r--src/ginput/ginput_toggle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ginput/ginput_toggle.h b/src/ginput/ginput_toggle.h
index 7fc075d6..ad896bf6 100644
--- a/src/ginput/ginput_toggle.h
+++ b/src/ginput/ginput_toggle.h
@@ -7,11 +7,12 @@
/**
* @file src/ginput/ginput_toggle.h
- * @brief GINPUT GFX User Input subsystem header file.
*
* @defgroup Toggle Toggle
* @ingroup GINPUT
*
+ * @brief Sub-Module to handle physical controls that provide provide a digital value (on/off, pressed/released, 1/0, ...).
+ *
* @details GINPUT allows it to interface toggle buttons easily to your
* application.
*