From 199055edbe8c6ddb7adb224f3559af8e5bc24a0b Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Sat, 9 Dec 2017 08:53:31 -0400 Subject: [PATCH] fix doxygen layout --- src/core/geometry/qgscurvepolygon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/geometry/qgscurvepolygon.h b/src/core/geometry/qgscurvepolygon.h index 005ec1c39f4..7e213862e99 100644 --- a/src/core/geometry/qgscurvepolygon.h +++ b/src/core/geometry/qgscurvepolygon.h @@ -136,8 +136,8 @@ class CORE_EXPORT QgsCurvePolygon: public QgsSurface /** * Returns approximate rotation angle for a vertex. Usually average angle between adjacent segments. - * \param vertex the vertex id - * \returns rotation in radians, clockwise from north + * \param vertex the vertex id + * \returns rotation in radians, clockwise from north */ double vertexAngle( QgsVertexId vertex ) const override;