diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-09 20:24:24 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-09 20:24:24 +0100 |
commit | 3ad23244f13ba4b90e954bb363dca837668c4769 (patch) | |
tree | 4467bebe4b51436e8edf8c44a67847d885f7d016 /include | |
parent | f68f4fcd21831894a1330131d7feefa0e63c39c1 (diff) | |
download | uGFX-3ad23244f13ba4b90e954bb363dca837668c4769.tar.gz uGFX-3ad23244f13ba4b90e954bb363dca837668c4769.tar.bz2 uGFX-3ad23244f13ba4b90e954bb363dca837668c4769.zip |
doc
Diffstat (limited to 'include')
-rw-r--r-- | include/gdisp/image.h | 4 |
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. * |