Docs: LazUtils/fileutil. Fixes an invalid link tag in FindAllFiles.

(cherry picked from commit 79825debe4)
This commit is contained in:
dsiders 2024-01-28 17:38:43 +00:00
parent 468233f404
commit 74be1c67dd

View File

@ -1996,7 +1996,7 @@ may seem very convenient at first, but it is very easy to create memory leaks
if string list instances are not freed properly.
</p>
<p>
FindAllFiles uses the <link name="TListFileSearcher">TListFileSearcher</link>
FindAllFiles uses the <link id="TListFileSearcher">TListFileSearcher</link>
class to perform the file search using the specified parameter values.
</p>
</descr>