From 703427a48612bf98fba599dfcd6e91485efd5b77 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 Jun 2017 17:28:55 +0100 Subject: Update documentation removing junk and moving to markdown for most text files --- frontends/amiga/corewindow.c | 2 +- frontends/amiga/gui.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/corewindow.c b/frontends/amiga/corewindow.c index 6b2d9e8c6..776becdc5 100644 --- a/frontends/amiga/corewindow.c +++ b/frontends/amiga/corewindow.c @@ -806,7 +806,7 @@ static const struct ami_win_event_table ami_cw_table = { * invalidated. * * \param[in] cw The core window to invalidate. - * \param[in] rect area to redraw or NULL for the entire window area. + * \param[in] r area to redraw or NULL for the entire window area. * \return NSERROR_OK on success or appropriate error code. */ static nserror diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 7eacda784..31687589d 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -4986,7 +4986,7 @@ static bool gui_window_get_scroll(struct gui_window *g, int *restrict sx, int *r * content is shown. The amiga implementation scrolls the contents so * the specified point in the content is at the top of the viewport. * - * \param gw gui_window to scroll + * \param g gui_window to scroll * \param rect The rectangle to ensure is shown. * \return NSERROR_OK on success or apropriate error code. */ -- cgit v1.2.3