aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc/typesystem_manipulating_objects.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-06-19 10:55:11 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-06-19 10:56:21 +0200
commitffd068caf7063799e0196602e31ca7b1781c3f97 (patch)
treeb4ed8445f936dfc79d78bfe774927291dbc43868 /sources/shiboken2/doc/typesystem_manipulating_objects.rst
parent6c65516ca994e4fa024222e8861c8cb6fad41e48 (diff)
parent14384c4436ae14016af50359ff9029cd939d2364 (diff)
Merge "Merge remote-tracking branch 'origin/5.13' into dev"
Diffstat (limited to 'sources/shiboken2/doc/typesystem_manipulating_objects.rst')
-rw-r--r--sources/shiboken2/doc/typesystem_manipulating_objects.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/sources/shiboken2/doc/typesystem_manipulating_objects.rst b/sources/shiboken2/doc/typesystem_manipulating_objects.rst
index 12b866ad7..c04a4fa27 100644
--- a/sources/shiboken2/doc/typesystem_manipulating_objects.rst
+++ b/sources/shiboken2/doc/typesystem_manipulating_objects.rst
@@ -157,6 +157,13 @@ add-function
The ``since`` attribute specify the API version when this function was added.
+ Within the signature, names for the function parameters can be specified by
+ enclosing them within the delimiter *@*:
+
+ .. code-block:: c++
+
+ void foo(int @parameter1@,float)
+
.. _conversion-rule-on-types:
conversion-rule