From 582d342afea54fb82145239bdb6593b70fa2ac90 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 19 Jul 2018 15:51:53 +0900 Subject: [PATCH] eina: Fix doxygen in/out tags for eina_bezier Reviewers: Hermet Reviewed By: Hermet Subscribers: cedric, #committers, zmike Tags: #efl Differential Revision: https://phab.enlightenment.org/D6630 --- src/lib/eina/eina_bezier.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/eina/eina_bezier.h b/src/lib/eina/eina_bezier.h index c0d89d0f56..bf309643fa 100644 --- a/src/lib/eina/eina_bezier.h +++ b/src/lib/eina/eina_bezier.h @@ -51,15 +51,15 @@ struct _Eina_Bezier * @brief Sets the values of the points of the given floating * point cubic bezier curve. * - * @param b[out] The floating point bezier. - * @param start_x[in] The x coordinate of the start point. - * @param start_y[in] The y coordinate of the start point. - * @param ctrl_start_x[in] The x coordinate of the 1st control point. - * @param ctrl_start_y[in] The y coordinate of the 1st control point. - * @param ctrl_end_x[in] The X coordinate of the 2nd control point. - * @param ctrl_end_y[in] The Y coordinate of the 2nd control point. - * @param end_x[in] The X coordinate of the end point. - * @param end_y[in] The Y coordinate of the end point. + * @param[out] b The floating point bezier. + * @param[in] start_x The x coordinate of the start point. + * @param[in] start_y The y coordinate of the start point. + * @param[in] ctrl_start_x The x coordinate of the 1st control point. + * @param[in] ctrl_start_y The y coordinate of the 1st control point. + * @param[in] ctrl_end_x The X coordinate of the 2nd control point. + * @param[in] ctrl_end_y The Y coordinate of the 2nd control point. + * @param[in] end_x The X coordinate of the end point. + * @param[in] end_y The Y coordinate of the end point. * * @p b. No check is done on @p b. * @since 1.16