From 32f2c473565027a8bd33ccc1147d5a0249029db0 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Mon, 14 Mar 2022 22:07:26 +0300 Subject: Remove generating of null comparison operators from documentation --- doc/classes/Vector3i.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/classes/Vector3i.xml') diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index e486d7cfec..4c7f3badc5 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -138,11 +138,6 @@ - - - - - @@ -258,11 +253,6 @@ Compares two [Vector3i] vectors by first checking if the X value of the left vector is less than or equal to the X value of the [code]right[/code] vector. If the X values are exactly equal, then it repeats this check with the Y values of the two vectors, and then with the Z values. This operator is useful for sorting vectors. - - - - - -- cgit v1.2.3