diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-12-18 23:15:47 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-12-18 23:15:47 +0100 |
commit | a520a32209cc6057b985bde5d0ad21a8f4186bf2 (patch) | |
tree | ea0aad71d6370c9ef1840607ed69680dd7f6a159 /drivers/multiple | |
parent | a75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (diff) | |
download | uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.gz uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.bz2 uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.zip |
more doxygen
Diffstat (limited to 'drivers/multiple')
-rw-r--r-- | drivers/multiple/Win32/ginput_lld_mouse_config.h | 3 | ||||
-rw-r--r-- | drivers/multiple/Win32/ginput_lld_toggle_config.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/multiple/Win32/ginput_lld_mouse_config.h b/drivers/multiple/Win32/ginput_lld_mouse_config.h index e3fe5d6e..ceeedcb9 100644 --- a/drivers/multiple/Win32/ginput_lld_mouse_config.h +++ b/drivers/multiple/Win32/ginput_lld_mouse_config.h @@ -21,7 +21,7 @@ * @file drivers/multiple/Win32/ginput_lld_mouse_config.h
* @brief GINPUT LLD header file for mouse/touch driver.
*
- * @defgroup Mouse
+ * @defgroup Mouse Mouse
* @ingroup GINPUT
*
* @{
@@ -59,3 +59,4 @@ #endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
/** @} */
+
diff --git a/drivers/multiple/Win32/ginput_lld_toggle_config.h b/drivers/multiple/Win32/ginput_lld_toggle_config.h index 477a531a..84ebaaa2 100644 --- a/drivers/multiple/Win32/ginput_lld_toggle_config.h +++ b/drivers/multiple/Win32/ginput_lld_toggle_config.h @@ -22,7 +22,7 @@ * @file drivers/multiple/Win32/ginput_lld_toggle_config.h
* @brief GINPUT Toggle Driver configuration header.
*
- * @defgroup Toggle
+ * @defgroup Toggle Toggle
* @ingroup GINPUT
*
* @{
@@ -51,3 +51,4 @@ #endif /* _GINPUT_LLD_TOGGLE_CONFIG_H */
/** @} */
+
|