From 9f69a6c9d5f9bd1a8fca73247326138a6cdbf11d Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 11 Nov 2013 08:36:08 +1000 Subject: Fix a couple of doxygen comments, remove a couple of double definitions. --- include/gdisp/gdisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gdisp') diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h index 09dab71a..99b1a504 100644 --- a/include/gdisp/gdisp.h +++ b/include/gdisp/gdisp.h @@ -232,7 +232,7 @@ GDisplay *gdispGetDisplay(unsigned display); * value. * @note If a NULL is passed for the dispay this call is ignored. * - * @param[in] g The display number (0..n) + * @param[in] g The display to use * * @api */ @@ -254,7 +254,7 @@ void gdispSetDisplay(GDisplay *g); * Calling it again won't hurt though. * * - * @param[in] g The display number (0..n) + * @param[in] g The display to use * * @api */ -- cgit v1.2.3