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/InputEventAction.xml | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/classes/InputEventAction.xml (limited to 'doc/classes/InputEventAction.xml') diff --git a/doc/classes/InputEventAction.xml b/doc/classes/InputEventAction.xml new file mode 100644 index 0000000000..a93c3683b2 --- /dev/null +++ b/doc/classes/InputEventAction.xml @@ -0,0 +1,44 @@ + + + + Input event type for actions. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3