API: improve built-in docu for copyObject and moveObject

This commit is contained in:
DeepSOIC 2015-12-16 20:45:12 +03:00
parent dd8027a839
commit 4f2992db54

View File

@ -75,12 +75,14 @@
</Methode>
<Methode Name="copyObject">
<Documentation>
<UserDocu>Copy an object from another document to this document</UserDocu>
<UserDocu>copyObject(object, bool with_dependencies = False, bool ignored_argument = False)
Copy an object from another document to this document. If with_dependencies is True, all objects this object depends on are copied too.</UserDocu>
</Documentation>
</Methode>
<Methode Name="moveObject">
<Documentation>
<UserDocu>Move an object from another document to this document</UserDocu>
<UserDocu>moveObject(object, bool with_dependencies = False)
Transfers an object from another document to this document. If with_dependencies is True, all objects this object depends on are transferred too.</UserDocu>
</Documentation>
</Methode>
<Methode Name="undo">