aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-17 04:44:29 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-17 04:44:29 +0200
commitd1861f04e04608facbbda43aea4b5fb5004e8dcc (patch)
tree31fca34e2f6eaef296f541e4ea470b7608df0aaf /src
parentd900257dedd03401d3029cede5ab8aa8f826ca24 (diff)
downloaduGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.gz
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.bz2
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.zip
doxygen update
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gimage.c2
-rw-r--r--src/gwin/label.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gwin/gimage.c b/src/gwin/gimage.c
index 2dcba4ba..1eabfed1 100644
--- a/src/gwin/gimage.c
+++ b/src/gwin/gimage.c
@@ -6,7 +6,7 @@
*/
/**
- * @file src/gwin/image.c
+ * @file src/gwin/gimage.c
* @brief GWIN sub-system image code.
*/
diff --git a/src/gwin/label.c b/src/gwin/label.c
index 71ed18eb..2ff60eb4 100644
--- a/src/gwin/label.c
+++ b/src/gwin/label.c
@@ -115,4 +115,5 @@ GHandle gwinLabelCreate(GLabelObject *widget, GWidgetInit *pInit) {
}
#endif // GFX_USE_GWIN && GFX_NEED_LABEL
+/** @} */