App: [skip ci] extend doc string of Document.findObjects

This commit is contained in:
wmayer
2020-06-29 18:51:01 +02:00
parent 9eb5a90d94
commit 842aa9f69c

View File

@@ -160,9 +160,9 @@ NOTE: It's possible that several objects have the same label name.</UserDocu>
</Methode>
<Methode Name="findObjects" Keyword="true">
<Documentation>
<UserDocu>findObjects([string (type)], [string (name)], [string (label)]) -&gt; list
<UserDocu>findObjects([Type=string], [Name=string], [Label=string]) -&gt; list
Return a list of objects that match the specified type, name or label.
All parameters are optional.</UserDocu>
Name and label support regular expressions. All parameters are optional.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getLinksTo">