aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-13 10:22:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-13 10:22:34 +0100
commitb1acc70c26126c7560ff450d5129dee9a6514987 (patch)
tree18e5120d6aedac31e84ca5f02284178e59354207 /sources/shiboken2/doc
parentb94112ea6c60ed9a4990bcfe4a8ad0a96e90aecd (diff)
parented7dd6ddeeea87ccd56be3c83be7dc3942d4ff57 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'sources/shiboken2/doc')
-rw-r--r--sources/shiboken2/doc/typesystem_manipulating_objects.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken2/doc/typesystem_manipulating_objects.rst b/sources/shiboken2/doc/typesystem_manipulating_objects.rst
index c04a4fa27..f76289bc4 100644
--- a/sources/shiboken2/doc/typesystem_manipulating_objects.rst
+++ b/sources/shiboken2/doc/typesystem_manipulating_objects.rst
@@ -119,6 +119,7 @@ modify-function
lengthy I/O operations or similar. It has performance costs, though.
The value ``auto`` means that it will be turned off for functions for which
it is deemed to be safe, for example, simple getters.
+ The attribute defaults to ``false``.
The ``exception-handling`` attribute specifies whether to generate exception
handling code (nest the function call into try / catch statements). It accepts