mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 10:12:36 +02:00
12 lines
474 B
XML
12 lines
474 B
XML
<?xml version="1.0"?>
|
|
<fpdoc-descriptions>
|
|
<package name="CodeTools">
|
|
<module name="CodeCompletionTool">
|
|
<element name="TCodeCompletionCodeTool.UpdateProcBodySignatures">
|
|
<short>Guesses what method bodies belong to which definition and updates the body signatures</short>
|
|
<descr>ClassProcs and ProcBodyNodes are trees of TCodeTreeNodeExtension, created by GatherProcNodes</descr>
|
|
</element>
|
|
</module>
|
|
</package>
|
|
</fpdoc-descriptions>
|