aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_keyboard.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-03 22:05:04 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-03 22:05:04 +0100
commit07bf8a37f93835738501cdfe53513ed2ec4e649e (patch)
treee12babed6b5b791939b6825bda03071ab1cd8f9a /src/gwin/gwin_keyboard.h
parent86aef5990a702cc10c99d41c8aa7cc15b3338cae (diff)
downloaduGFX-07bf8a37f93835738501cdfe53513ed2ec4e649e.tar.gz
uGFX-07bf8a37f93835738501cdfe53513ed2ec4e649e.tar.bz2
uGFX-07bf8a37f93835738501cdfe53513ed2ec4e649e.zip
More doxygen improvements
Diffstat (limited to 'src/gwin/gwin_keyboard.h')
-rw-r--r--src/gwin/gwin_keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_keyboard.h b/src/gwin/gwin_keyboard.h
index 39f09c88..c10567e1 100644
--- a/src/gwin/gwin_keyboard.h
+++ b/src/gwin/gwin_keyboard.h
@@ -9,7 +9,7 @@
* @file src/gwin/gwin_keyboard.h
* @brief GWIN Graphic window subsystem header file.
*
- * @defgroup Keyboard Keyboard
+ * @defgroup VirtualKeyboard VirtualKeyboard
* @ingroup Widgets
*
* @details GWIN allows it to easily create buttons with different styles
@@ -102,7 +102,7 @@ GSourceHandle gwinKeyboardGetEventSource(GHandle gh);
void gwinKeyboardSetLayout(GHandle gh, struct GVKeyTable *layout);
/**
- * @defgroup Renderings_Keyboard Keyboard rendering functions
+ * @defgroup Renderings_Keyboard Renderings
*
* @brief Built-in rendering functions for the keyboard widget.
*