lazarus/components/codetools/docs/codetoolmanager.xml
mattias 5364c52f95 codetools: FindUsedUnitReferences
git-svn-id: trunk@42681 -
2013-09-08 19:19:55 +00:00

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>