aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput/lld
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-18 23:15:47 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-18 23:15:47 +0100
commita520a32209cc6057b985bde5d0ad21a8f4186bf2 (patch)
treeea0aad71d6370c9ef1840607ed69680dd7f6a159 /include/ginput/lld
parenta75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (diff)
downloaduGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.gz
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.bz2
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.zip
more doxygen
Diffstat (limited to 'include/ginput/lld')
-rw-r--r--include/ginput/lld/mouse.h4
-rw-r--r--include/ginput/lld/toggle.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/ginput/lld/mouse.h b/include/ginput/lld/mouse.h
index 1b956c78..5f4ba52c 100644
--- a/include/ginput/lld/mouse.h
+++ b/include/ginput/lld/mouse.h
@@ -21,10 +21,11 @@
* @file include/ginput/lld/mouse.h
* @brief GINPUT LLD header file for mouse/touch drivers.
*
- * @defgroup Mouse
+ * @defgroup Mouse Mouse
* @ingroup GINPUT
* @{
*/
+
#ifndef _LLD_GINPUT_MOUSE_H
#define _LLD_GINPUT_MOUSE_H
@@ -117,3 +118,4 @@ extern "C" {
#endif /* _LLD_GINPUT_MOUSE_H */
/** @} */
+
diff --git a/include/ginput/lld/toggle.h b/include/ginput/lld/toggle.h
index 77f6b346..a75a670f 100644
--- a/include/ginput/lld/toggle.h
+++ b/include/ginput/lld/toggle.h
@@ -21,10 +21,11 @@
* @file include/ginput/lld/toggle.h
* @brief GINPUT header file for toggle drivers.
*
- * @defgroup Toggle
+ * @defgroup Toggle Toggle
* @ingroup GINPUT
* @{
*/
+
#ifndef _LLD_GINPUT_TOGGLE_H
#define _LLD_GINPUT_TOGGLE_H
@@ -69,3 +70,4 @@ extern "C" {
#endif /* _LLD_GINPUT_TOGGLE_H */
/** @} */
+