diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-12-14 15:15:45 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-12-14 15:15:45 +0100 |
commit | 08fe2b1295de5be23a1f20395f3660eb717e4973 (patch) | |
tree | 7417f3ac3aaf3f09489fdca5ef24ef2e705dcea6 /src | |
parent | ca56c721a7bf64db25b28d5b0e2ece97331cd36d (diff) | |
download | uGFX-08fe2b1295de5be23a1f20395f3660eb717e4973.tar.gz uGFX-08fe2b1295de5be23a1f20395f3660eb717e4973.tar.bz2 uGFX-08fe2b1295de5be23a1f20395f3660eb717e4973.zip |
Doxygen fix
Diffstat (limited to 'src')
-rw-r--r-- | src/gmisc/gmisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |