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/AnimationNodeStateMachine.xml | 153 ++++++++++-------------------- 1 file changed, 51 insertions(+), 102 deletions(-) (limited to 'doc/classes/AnimationNodeStateMachine.xml') diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml index 8e070142c4..9921e157f2 100644 --- a/doc/classes/AnimationNodeStateMachine.xml +++ b/doc/classes/AnimationNodeStateMachine.xml @@ -22,217 +22,166 @@ - - - - - - - - + + + + Adds a new node to the graph. The [code]position[/code] is used for display in the editor. - - - - - - - - + + + + Adds a transition between the given nodes. - - + Returns the graph's end node. - - + Returns the draw offset of the graph. Used for display in the editor. - - - - + + Returns the animation node with the given name. - - - - + + Returns the given animation node's name. - - - - + + Returns the given node's coordinates. Used for display in the editor. - - + Returns the graph's end node. - - - - + + Returns the given transition. - - + Returns the number of connections in the graph. - - - - + + Returns the given transition's start node. - - - - + + Returns the given transition's end node. - - - - + + Returns [code]true[/code] if the graph contains the given node. - - - - - - + + + Returns [code]true[/code] if there is a transition between the given nodes. - - - - + + Deletes the given node from the graph. - - - - - - + + + Deletes the transition between the two specified nodes. - - - - + + Deletes the given transition by index. - - - - - - + + + Renames the given node. - - - - - - + + + - - - - + + Sets the given node as the graph end point. - - - - + + Sets the draw offset of the graph. Used for display in the editor. - - - - - - + + + Sets the node's coordinates. Used for display in the editor. - - - - + + Sets the given node as the graph start point. -- cgit v1.2.3