aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-02-09 20:24:24 +0100
committerJoel Bodenmann <joel@unormal.org>2014-02-09 20:24:24 +0100
commit3ad23244f13ba4b90e954bb363dca837668c4769 (patch)
tree4467bebe4b51436e8edf8c44a67847d885f7d016 /include/gdisp
parentf68f4fcd21831894a1330131d7feefa0e63c39c1 (diff)
downloaduGFX-3ad23244f13ba4b90e954bb363dca837668c4769.tar.gz
uGFX-3ad23244f13ba4b90e954bb363dca837668c4769.tar.bz2
uGFX-3ad23244f13ba4b90e954bb363dca837668c4769.zip
doc
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdisp/image.h b/include/gdisp/image.h
index bcf9c497..77cd97e4 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.h
@@ -117,7 +117,7 @@ typedef struct gdispImage {
extern "C" {
#endif
- /**
+ /*
* Deprecated Functions.
*/
gdispImageError DEPRECATED("Use gdispImageOpenGFile() instead") gdispImageOpen(gdispImage *img);
@@ -136,7 +136,7 @@ extern "C" {
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
*
* @param[in] img The image structure
- * @param[in] f The open GFILE stream.
+ * @param[in] filename The open GFILE stream.
*
* @pre The GFILE must be open for reading.
*