From 272b3c3728b8bdc69e4086cd6a76bc80aa5d2688 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sun, 28 Nov 2021 08:48:57 +0000 Subject: Enable sorting of operator methods in class documentation. --- doc/classes/int.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/classes/int.xml') diff --git a/doc/classes/int.xml b/doc/classes/int.xml index bb36d83741..d212fe42bf 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -131,20 +131,6 @@ Multiplies each component of the [Quaternion] by the given [int]. This operation is not meaningful on its own, but it can be used as a part of a larger expression. - - - - - Multiplies two [int]s. - - - - - - - Multiplies an [int] and a [float]. The result is a [float]. - - @@ -176,6 +162,20 @@ Multiplies each component of the [Vector3i] by the given [int]. + + + + + Multiplies an [int] and a [float]. The result is a [float]. + + + + + + + Multiplies two [int]s. + + -- cgit v1.2.3