mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:19:28 +02:00
Docs: LazUtils/lazutilities. Adds missing short descriptions.
This commit is contained in:
parent
96291eb9a5
commit
43c8cd32cd
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user