summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-16 00:02:16 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-16 00:02:16 +0100
commitb2979b6425edab848da9f62190d6a1355c50ac29 (patch)
treef536c317116d8f4d7d5bb400a168e35803a395fc /documentation/src
parente4d8b941025fcdd232e748227634529f752381b7 (diff)
Reformat to FLTK style, improve documentation
No code changes. Replace '#define fl_clip ..' with an inline method.
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/drawing.dox2
-rw-r--r--documentation/src/examples.dox2
2 files changed, 2 insertions, 2 deletions
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 <tt>X0,Y0</tt> and <tt>X3,Y3</tt>.
\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
<i>points</i> option for splines is not supported on all platforms.