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

This commit is contained in:
dsiders 2024-01-28 17:38:43 +00:00
parent 14c9b68360
commit 79825debe4

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. if string list instances are not freed properly.
</p> </p>
<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. class to perform the file search using the specified parameter values.
</p> </p>
</descr> </descr>