From 08fe2b1295de5be23a1f20395f3660eb717e4973 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 14 Dec 2016 15:15:45 +0100 Subject: [PATCH] Doxygen fix --- src/gmisc/gmisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmisc/gmisc.h b/src/gmisc/gmisc.h index f805345c..21178774 100644 --- a/src/gmisc/gmisc.h +++ b/src/gmisc/gmisc.h @@ -473,7 +473,7 @@ extern "C" { * @note This function works both with convex and concave polygons * * @param[in] pntarray The array of points that form the polygon - * @param[in] cnt The number of points in the point array @pntarray + * @param[in] cnt The number of points in the point array @p pntarray * @param[in] p The point to test * * @return @p TRUE if the point @p p is inside or on the edge of the polygon @p pntarray, @p FALSE otherwise.