aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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.
*