aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/image.h
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 /include/gwin/image.h
parentd900257dedd03401d3029cede5ab8aa8f826ca24 (diff)
downloaduGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.gz
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.bz2
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.zip
doxygen update
Diffstat (limited to 'include/gwin/image.h')
-rw-r--r--include/gwin/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/image.h b/include/gwin/image.h
index 7eb2d969..142f6374 100644
--- a/include/gwin/image.h
+++ b/include/gwin/image.h
@@ -96,7 +96,7 @@ bool_t gwinImageOpenMemory(GHandle gh, const void* memory);
* @brief Cache the image.
* @details Decodes and caches the current frame into RAM.
*
- * param[in] gh The widget (must be an image widget)
+ * @param[in] gh The widget (must be an image widget)
*
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
*