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/Vector3i.xml | 156 ++++++++++++++++------------------------------- 1 file changed, 52 insertions(+), 104 deletions(-) (limited to 'doc/classes/Vector3i.xml') diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index e08bafa665..75df182025 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -15,225 +15,173 @@ - - + Constructs a default-initialized [Vector3i] with all components set to [code]0[/code]. - - - - + + Constructs a [Vector3i] as a copy of the given [Vector3i]. - - - - + + Constructs a new [Vector3i] from [Vector3]. The floating point coordinates will be truncated. - - - - - - - - + + + + Returns a [Vector3i] with the given components. - - + - - - - - - + + + Returns a new vector with all components clamped between the components of [code]min[/code] and [code]max[/code], by running [method @GlobalScope.clamp] on each component. - - + Returns the axis of the vector's largest value. See [code]AXIS_*[/code] constants. If all components are equal, this method returns [constant AXIS_X]. - - + Returns the axis of the vector's smallest value. See [code]AXIS_*[/code] constants. If all components are equal, this method returns [constant AXIS_Z]. - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - - - + + - - + - - + - - + Returns the vector with each component set to one or negative one, depending on the signs of the components. -- cgit v1.2.3