aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
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 /src/gwin
parenta75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (diff)
downloaduGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.gz
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.bz2
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.zip
more doxygen
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/button.c2
-rw-r--r--src/gwin/console.c2
-rw-r--r--src/gwin/graph.c2
-rw-r--r--src/gwin/gwin.c2
4 files changed, 4 insertions, 4 deletions
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
*
* @{