From abf5132a32bec9d80ce711b22476170fd18edfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 28 Apr 2020 16:33:44 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/Line2D.xml | 2 +- doc/classes/Path2D.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml index 68cec3e6243..cfd23b28bde 100644 --- a/doc/classes/Line2D.xml +++ b/doc/classes/Line2D.xml @@ -72,7 +72,7 @@ Controls the style of the line's first point. Use [enum LineCapMode] constants. - + The line's color. Will not be used if a gradient is set. diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index ab266a2f736..57e2091268b 100644 --- a/doc/classes/Path2D.xml +++ b/doc/classes/Path2D.xml @@ -15,7 +15,6 @@ A [Curve2D] describing the path. -