From 33eb1f413a03042b330796780cb29ae74894c9fd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 10 Nov 2014 20:15:14 +0000 Subject: Doxygen warning fixes --- render/box.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/box.c') diff --git a/render/box.c b/render/box.c index fb8a66c4b..3557e6c47 100644 --- a/render/box.c +++ b/render/box.c @@ -712,7 +712,7 @@ struct box *box_at_point(struct box *box, const int x, const int y, * updated if box is nearer than existing nearest * \param nr_xd distance to nearest text box found * updated if box is nearer than existing nearest - * \param ny_yd distance to nearest text box found + * \param nr_yd distance to nearest text box found * updated if box is nearer than existing nearest * \return true if mouse point is inside box */ @@ -784,7 +784,7 @@ static bool box_nearer_text_box(struct box *box, int bx, int by, * updated if a descendant of box is nearer than old nearest * \param nr_xd distance to nearest text box found * updated if a descendant of box is nearer than old nearest - * \param ny_yd distance to nearest text box found + * \param nr_yd distance to nearest text box found * updated if a descendant of box is nearer than old nearest * \return true if mouse point is inside text_box */ -- cgit v1.2.3