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>
<Methode Name="copyObject"> <Methode Name="copyObject">
<Documentation> <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> </Documentation>
</Methode> </Methode>
<Methode Name="moveObject"> <Methode Name="moveObject">
<Documentation> <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> </Documentation>
</Methode> </Methode>
<Methode Name="undo"> <Methode Name="undo">