diff options
author | Tectu <joel@unormal.org> | 2013-05-05 22:06:23 -0700 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-05-05 22:06:23 -0700 |
commit | acd7ae36be1708104a204ef1db1ad9c48a4c5900 (patch) | |
tree | 99bdea0be61386bd3ae70c8516198dd857e4db13 /src/gwin/button.c | |
parent | be61787daadcf8cc1e1f307fc48441949e5ec2c0 (diff) | |
parent | 3374aa25c6e4e118df670c18eaeefa0f6f29377f (diff) | |
download | uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.gz uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.tar.bz2 uGFX-acd7ae36be1708104a204ef1db1ad9c48a4c5900.zip |
Merge pull request #67 from inmarket/master
Reinsertion of doxygen headers
Diffstat (limited to 'src/gwin/button.c')
-rw-r--r-- | src/gwin/button.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gwin/button.c b/src/gwin/button.c index 47c060e1..96478390 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -5,6 +5,16 @@ * http://chibios-gfx.com/license.html */ +/** + * @file src/gwin/button.c + * @brief GWIN sub-system button code. + * + * @defgroup Button Button + * @ingroup GWIN + * + * @{ + */ + #include "ch.h" #include "hal.h" #include "gfx.h" |