classref: Sync with current upstream master branch

This commit is contained in:
Rémi Verschelde
2017-10-11 23:56:28 +02:00
parent 1d617789a4
commit ace47f729c
123 changed files with 2676 additions and 1229 deletions
+11 -4
View File
@@ -14,7 +14,7 @@ VisualScriptComment
Brief Description
-----------------
A Visual Script node used to annotate the script.
Member Functions
----------------
@@ -36,9 +36,16 @@ Member Functions
Member Variables
----------------
- :ref:`String<class_string>` **description**
- :ref:`Vector2<class_vector2>` **size**
- :ref:`String<class_string>` **title**
- :ref:`String<class_string>` **description** - The text inside the comment node.
- :ref:`Vector2<class_vector2>` **size** - The comment node's size (in pixels).
- :ref:`String<class_string>` **title** - The comment node's title.
Description
-----------
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.
Member Function Description
---------------------------