mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 01:03:53 +02:00
14 lines
587 B
XML
14 lines
587 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<fpdoc-descriptions>
|
|
<package name="CodeTools">
|
|
<module name="CodeToolManager">
|
|
<element name="TCodeToolManager.GetUnitPathForDirectory">
|
|
<short>Returns the unit search path of the given directory separated by semicolon</short>
|
|
<descr>The unit path is created from the define templates variable #UnitPath.</descr>
|
|
</element>
|
|
<element name="TCodeToolManager.FindUnitReferences"><short>Searches unitname of UnitCode in unit of TargetCode</short>
|
|
</element>
|
|
</module>
|
|
</package>
|
|
</fpdoc-descriptions>
|