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/CheckBox.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 doc/classes/CheckBox.xml (limited to 'doc/classes/CheckBox.xml') diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml new file mode 100644 index 000000000..6258eb503 --- /dev/null +++ b/doc/classes/CheckBox.xml @@ -0,0 +1,51 @@ + + + + Binary choice user interface widget + + + A checkbox allows the user to make a binary choice (choosing only one of two posible options), for example Answer 'yes' or 'no'. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2