From 677e95d8d189a62e6473b43989012a8258f193a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 15 Nov 2017 19:23:20 +0100 Subject: doc: Make all module docs self-contained --- .../doc_classes/VisualScriptComment.xml | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 modules/visual_script/doc_classes/VisualScriptComment.xml (limited to 'modules/visual_script/doc_classes/VisualScriptComment.xml') diff --git a/modules/visual_script/doc_classes/VisualScriptComment.xml b/modules/visual_script/doc_classes/VisualScriptComment.xml new file mode 100644 index 0000000000..ea4545f8ef --- /dev/null +++ b/modules/visual_script/doc_classes/VisualScriptComment.xml @@ -0,0 +1,71 @@ + + + + A Visual Script node used to annotate the script. + + + A Visual Script node used to display annotations in the script, so that code may be documented. + Comment nodes can be resized so they encompass a group of nodes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The text inside the comment node. + + + The comment node's size (in pixels). + + + The comment node's title. + + + + + -- cgit v1.2.3