From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/Path2D.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/classes/Path2D.xml (limited to 'doc/classes/Path2D.xml') diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml new file mode 100644 index 0000000000..49ae3e2f0f --- /dev/null +++ b/doc/classes/Path2D.xml @@ -0,0 +1,37 @@ + + + + Container for a [Curve2D]. + + + This class is a container/Node-ification of a [Curve2D], so it can have [Node2D] properties and [Node] info. + + + + + + + + + + + Returns the [Curve2D] contained. + + + + + + + + + Sets the [Curve2D]. + + + + + + + + + + -- cgit v1.2.3