From 7adf4cc9b5de6701a41e27690a69b9892d5eed85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 30 Jul 2021 15:28:05 +0200 Subject: doc: Use self-closing tags for `return` and `argument` For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. --- doc/classes/VisualShader.xml | 180 +++++++++++++++---------------------------- 1 file changed, 60 insertions(+), 120 deletions(-) (limited to 'doc/classes/VisualShader.xml') diff --git a/doc/classes/VisualShader.xml b/doc/classes/VisualShader.xml index 19b4acd8f1..6f65f32ed5 100644 --- a/doc/classes/VisualShader.xml +++ b/doc/classes/VisualShader.xml @@ -11,195 +11,135 @@ - - - - - - - - - - + + + + + Adds the specified node to the shader. - - - - - - - - - - - - + + + + + + Returns [code]true[/code] if the specified nodes and ports can be connected together. - - - - - - - - - - - - + + + + + + Connects the specified nodes and ports. - - - - - - - - - - - - + + + + + + Connects the specified nodes and ports, even if they can't be connected. Such connection is invalid and will not function properly. - - - - - - - - - - - - + + + + + + Connects the specified nodes and ports. - - - - - - + + + Returns the shader node instance with specified [code]type[/code] and [code]id[/code]. - - - - + + Returns the list of connected nodes with the specified type. - - - - + + Returns the list of all nodes in the shader with the specified type. - - - - - - + + + Returns the position of the specified node within the shader graph. - - - - + + - - - - - - - - - - - - + + + + + + Returns [code]true[/code] if the specified node and port connection exist. - - - - - - + + + Removes the specified node from the shader. - - - - - - - - + + + + Replaces the specified node with a node of new class type. - - - - + + Sets the mode of this shader. - - - - - - - - + + + + Sets the position of the specified node. -- cgit v1.2.3