From 43c8cd32cd1f172e235770b3afd708c5976c1212 Mon Sep 17 00:00:00 2001 From: dsiders Date: Thu, 15 Dec 2022 05:00:56 +0000 Subject: [PATCH] Docs: LazUtils/lazutilities. Adds missing short descriptions. --- docs/xml/lazutils/lazutilities.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/xml/lazutils/lazutilities.xml b/docs/xml/lazutils/lazutilities.xml index ccdf12a1b5..52aba48582 100644 --- a/docs/xml/lazutils/lazutilities.xml +++ b/docs/xml/lazutils/lazutilities.xml @@ -212,20 +212,26 @@ the result to the Double data type used as the return value. -Implements a merge sort algorithm for a list of pointers with the given +Implements a merge/sort algorithm for a list of pointers with the given length. - - + + - + +PPointer to the list of items examined in the merge/sort routine. + - + +PtrInt with the length for the List argument. + - + +TListSortCompare routine used to compare items for the merge/sort algorithm. +