mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +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">
|
||||
<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.
|
||||
</short>
|
||||
<descr></descr>
|
||||
<seealso></seealso>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="MergeSortWithLen.List">
|
||||
<short></short>
|
||||
<short>
|
||||
PPointer to the list of items examined in the merge/sort routine.
|
||||
</short>
|
||||
</element>
|
||||
<element name="MergeSortWithLen.ListLength">
|
||||
<short></short>
|
||||
<short>
|
||||
PtrInt with the length for the List argument.
|
||||
</short>
|
||||
</element>
|
||||
<element name="MergeSortWithLen.Compare">
|
||||
<short></short>
|
||||
<short>
|
||||
TListSortCompare routine used to compare items for the merge/sort algorithm.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="ConsoleVerbosity">
|
||||
|
Loading…
Reference in New Issue
Block a user