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 /src | |
parent | a75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (diff) | |
download | uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.gz uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.bz2 uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.zip |
more doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/ginput/dial.c | 2 | ||||
-rw-r--r-- | src/ginput/keyboard.c | 6 | ||||
-rw-r--r-- | src/ginput/mouse.c | 2 | ||||
-rw-r--r-- | src/ginput/toggle.c | 2 | ||||
-rw-r--r-- | src/gwin/button.c | 2 | ||||
-rw-r--r-- | src/gwin/console.c | 2 | ||||
-rw-r--r-- | src/gwin/graph.c | 2 | ||||
-rw-r--r-- | src/gwin/gwin.c | 2 |
8 files changed, 11 insertions, 9 deletions
diff --git a/src/ginput/dial.c b/src/ginput/dial.c index 756861f8..a447d8bc 100644 --- a/src/ginput/dial.c +++ b/src/ginput/dial.c @@ -22,7 +22,7 @@ * @file src/ginput/dial.c
* @brief GINPUT dial code.
*
- * @defgroup Dial
+ * @defgroup Dial Dial
* @ingroup GINPUT
* @{
*/
diff --git a/src/ginput/keyboard.c b/src/ginput/keyboard.c index c2d84e9a..56ff5e8a 100644 --- a/src/ginput/keyboard.c +++ b/src/ginput/keyboard.c @@ -22,10 +22,12 @@ * @file src/ginput/keyboard.c
* @brief GINPUT keyboard code.
*
- * @defgroup Keyboard
- * @intogroup GINPUT
+ * @defgroup Keyboard Keyboard
+ * @ingroup GINPUT
+ *
* @{
*/
+
#include "ch.h"
#include "hal.h"
#include "gfx.h"
diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c index 1b2fe897..35a55bc5 100644 --- a/src/ginput/mouse.c +++ b/src/ginput/mouse.c @@ -22,7 +22,7 @@ * @file src/ginput/mouse.c
* @brief GINPUT mouse/touch code.
*
- * @defgroup Mouse
+ * @defgroup Mouse Mouse
* @ingroup GINPUT
* @{
*/
diff --git a/src/ginput/toggle.c b/src/ginput/toggle.c index 447605a1..66021cd0 100644 --- a/src/ginput/toggle.c +++ b/src/ginput/toggle.c @@ -22,7 +22,7 @@ * @file src/ginput/toggle.c
* @brief GINPUT toggle code.
*
- * @defgroup Toggle
+ * @defgroup Toggle Toggle
* @ingroup GINPUT
* @{
*/
diff --git a/src/gwin/button.c b/src/gwin/button.c index 3c1e4799..9a06f4fe 100644 --- a/src/gwin/button.c +++ b/src/gwin/button.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c
* @brief GWIN sub-system button code.
*
- * @defgroup Button
+ * @defgroup Button Button
* @ingroup GWIN
*
* @{
diff --git a/src/gwin/console.c b/src/gwin/console.c index 10fa4257..0297da30 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -21,7 +21,7 @@ * @file src/gwin/console.c
* @brief GWIN sub-system console code.
*
- * @defgroup Console
+ * @defgroup Console Console
* @ingroup GWIN
*
* @{
diff --git a/src/gwin/graph.c b/src/gwin/graph.c index bc2af1e9..39628047 100644 --- a/src/gwin/graph.c +++ b/src/gwin/graph.c @@ -21,7 +21,7 @@ * @file src/gwin/button.c
* @brief GWIN sub-system button code.
*
- * @defgroup Button
+ * @defgroup Button Button
* @ingroup GWIN
*
* @{
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 720f355c..4eef79ad 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -21,7 +21,7 @@ * @file src/gwin/gwin.c
* @brief GWIN sub-system code.
*
- * @defgroup Window
+ * @defgroup Window Window
* @ingroup GWIN
*
* @{
|