From b2979b6425edab848da9f62190d6a1355c50ac29 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 16 Nov 2021 00:02:16 +0100 Subject: Reformat to FLTK style, improve documentation No code changes. Replace '#define fl_clip ..' with an inline method. --- documentation/src/drawing.dox | 2 +- documentation/src/examples.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 84747fa03..1eee9f195 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -635,7 +635,7 @@ Add a single vertex to the current path. void fl_curve(double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3) \par -Add a series of points on a Bezier curve to the path. The curve ends +Add a series of points on a Bézier curve to the path. The curve ends (and two of the points are) at X0,Y0 and X3,Y3. \anchor drawing_fl_arc diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox index 0269f2c92..fa7bcd9e3 100644 --- a/documentation/src/examples.dox +++ b/documentation/src/examples.dox @@ -266,7 +266,7 @@ on few systems (some version of Irix for example). \subsection examples_curve curve \par -\c curve draws a nice Bezier curve into a custom widget. The +\c curve draws a nice Bézier curve into a custom widget. The points option for splines is not supported on all platforms. -- cgit v1.2.3