diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-05-16 20:33:31 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-05-16 20:33:31 +0200 |
commit | ee8aa6ca4e1dea708b0ca90fd159a2b3da9d81cf (patch) | |
tree | df58108f3cc3b7a9f6a1f9aba72f8cf936317fab | |
parent | 37ab4ec1cda779491905ce27b40e16bb43defb71 (diff) | |
download | uGFX-ee8aa6ca4e1dea708b0ca90fd159a2b3da9d81cf.tar.gz uGFX-ee8aa6ca4e1dea708b0ca90fd159a2b3da9d81cf.tar.bz2 uGFX-ee8aa6ca4e1dea708b0ca90fd159a2b3da9d81cf.zip |
Fixing doxygen
-rw-r--r-- | src/gwin/gwin_keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h index 7dcff723..66271265 100644 --- a/src/gwin/gwin_keyboard.h +++ b/src/gwin/gwin_keyboard.h @@ -6,10 +6,10 @@ */ /** - * @file src/gwin/gwin_button.h + * @file src/gwin/gwin_keyboard.h * @brief GWIN Graphic window subsystem header file. * - * @defgroup Button Button + * @defgroup Keyboard Keyboard * @ingroup Widgets * * @details GWIN allows it to easily create buttons with different styles |