From 0f69965805dda51cc7b6ea8404226d5f75a3b533 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 19 Feb 2017 11:32:17 +0000 Subject: clean up some of the doxygen generation warnings --- frontends/beos/plotters.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'frontends/beos/plotters.cpp') diff --git a/frontends/beos/plotters.cpp b/frontends/beos/plotters.cpp index 83a470d97..c77e6353e 100644 --- a/frontends/beos/plotters.cpp +++ b/frontends/beos/plotters.cpp @@ -20,7 +20,7 @@ /** * \file - * Target independent plotting (BeOS/Haiku implementation). + * BeOS/Haiku implementation target independent plotting. */ #define __STDBOOL_H__ 1 @@ -254,7 +254,7 @@ nsbeos_plot_clip(const struct redraw_context *ctx, const struct rect *ns_clip) * horizontal, in degrees. * * \param ctx The current redraw context. - * \param pstyle Style controlling the arc plot. + * \param style Style controlling the arc plot. * \param x The x coordinate of the arc. * \param y The y coordinate of the arc. * \param radius The radius of the arc. @@ -294,7 +294,7 @@ nsbeos_plot_arc(const struct redraw_context *ctx, * Plot a circle centered on (x,y), which is optionally filled. * * \param ctx The current redraw context. - * \param pstyle Style controlling the circle plot. + * \param style Style controlling the circle plot. * \param x x coordinate of circle centre. * \param y y coordinate of circle centre. * \param radius circle radius. @@ -334,7 +334,7 @@ nsbeos_plot_disc(const struct redraw_context *ctx, * centre of line width/thickness. * * \param ctx The current redraw context. - * \param pstyle Style controlling the line plot. + * \param style Style controlling the line plot. * \param line A rectangle defining the line to be drawn * \return NSERROR_OK on success else error code. */ @@ -393,8 +393,8 @@ nsbeos_plot_line(const struct redraw_context *ctx, * width and height. * * \param ctx The current redraw context. - * \param pstyle Style controlling the rectangle plot. - * \param rect A rectangle defining the line to be drawn + * \param style Style controlling the rectangle plot. + * \param nsrect A rectangle defining the line to be drawn * \return NSERROR_OK on success else error code. */ static nserror @@ -470,7 +470,7 @@ nsbeos_plot_rectangle(const struct redraw_context *ctx, * rule. * * \param ctx The current redraw context. - * \param pstyle Style controlling the polygon plot. + * \param style Style controlling the polygon plot. * \param p verticies of polygon * \param n number of verticies. * \return NSERROR_OK on success else error code. -- cgit v1.2.3