Skip to content

Commit 8d31ab3

Browse files
committed
Replace all Desc keys with DescEx, plus some fixes
All Desc keys were converted to DescEx keys with correctly formatted REML. Fixes were: * Mispelled "Commants" key renamed as "Extra" and REML formatted. * Duplicated "Extra" keys were merged into one. Also added a link to an RFC to one DescEx value.
1 parent ef0825e commit 8d31ab3

18 files changed

+299
-300
lines changed

csdb/collection/arrays.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Delphi10S=Y
117117
FPC=Y
118118

119119
[StringListToArray]
120-
Desc="Creates and returns a dynamic string array containing all the strings from the given string list."
120+
DescEx="<p>Creates and returns a dynamic string array containing all the strings from the given string list.</p>"
121121
SeeAlso=ArrayToStringList
122122
Units=Classes,Types
123123
Snip=347.dat
@@ -186,7 +186,7 @@ Delphi10S=Y
186186
FPC=Y
187187

188188
[CloneByteArray]
189-
Desc="Makes a copy of an array of bytes."
189+
DescEx="<p>Makes a copy of an array of bytes.</p>"
190190
Extra="<p>Useful for creating a <var>TBytes</var> array from a constant array or for cloning an existing byte array.</p>"
191191
Depends=TBytes
192192
SeeAlso=AppendByteArray
@@ -349,7 +349,7 @@ FPC=Y
349349

350350
[TArrayUtils]
351351
Kind=class
352-
Desc="A method-only advanced record that provides utility methods for working with generic dynamic arrays."
352+
DescEx="<p>A method-only advanced record that provides utility methods for working with generic dynamic arrays.</p>"
353353
Units=Generics.Defaults
354354
SeeAlso=IndexOfByte,ByteArraysEqual,ByteArraysSameStart
355355
TestInfo=advanced

0 commit comments

Comments
 (0)