Docs: LazUtils/lazutilities. Adds missing short descriptions.

This commit is contained in:
dsiders 2022-12-15 05:00:56 +00:00
parent 96291eb9a5
commit 43c8cd32cd

View File

@ -212,20 +212,26 @@ the result to the <var>Double</var> data type used as the return value.
<element name="MergeSortWithLen"> <element name="MergeSortWithLen">
<short> <short>
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. length.
</short> </short>
<descr></descr> <descr/>
<seealso></seealso> <seealso/>
</element> </element>
<element name="MergeSortWithLen.List"> <element name="MergeSortWithLen.List">
<short></short> <short>
PPointer to the list of items examined in the merge/sort routine.
</short>
</element> </element>
<element name="MergeSortWithLen.ListLength"> <element name="MergeSortWithLen.ListLength">
<short></short> <short>
PtrInt with the length for the List argument.
</short>
</element> </element>
<element name="MergeSortWithLen.Compare"> <element name="MergeSortWithLen.Compare">
<short></short> <short>
TListSortCompare routine used to compare items for the merge/sort algorithm.
</short>
</element> </element>
<element name="ConsoleVerbosity"> <element name="ConsoleVerbosity">