summaryrefslogtreecommitdiff
path: root/src/fl_arc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_arc.cxx')
-rw-r--r--src/fl_arc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx
index 477320687..e82b72594 100644
--- a/src/fl_arc.cxx
+++ b/src/fl_arc.cxx
@@ -48,7 +48,7 @@ static double _fl_hypot(double x, double y) {
can get elliptical paths by using scale and rotate before calling fl_arc().
\param[in] x,y,r center and radius of circular arc
\param[in] start,end angles of start and end of arc measured in degrees
- counter-clockwise from 3 o'clock. If \a end is less than \a start
+ counter-clockwise from 3 o'clock. If \p end is less than \p start
then it draws the arc in a clockwise direction.
*/
void fl_arc(double x, double y, double r, double start, double end) {