From 3ad23244f13ba4b90e954bb363dca837668c4769 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 9 Feb 2014 20:24:24 +0100 Subject: [PATCH] doc --- include/gdisp/image.h | 4 ++-- 1 file 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. *