aboutsummaryrefslogtreecommitdiffstats
path: root/doc/typesystem_manipulating_objects.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/typesystem_manipulating_objects.rst')
-rw-r--r--doc/typesystem_manipulating_objects.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/typesystem_manipulating_objects.rst b/doc/typesystem_manipulating_objects.rst
index 34b5f7194..397dfa6ec 100644
--- a/doc/typesystem_manipulating_objects.rst
+++ b/doc/typesystem_manipulating_objects.rst
@@ -98,7 +98,7 @@ add-function
The ``return-type`` attribute defaults to *void*, and the ``access`` to *public*.
-.. _conversion-rule:
+.. _conversion-rule-on-types:
conversion-rule
^^^^^^^^^^^^^^^
@@ -115,3 +115,6 @@ conversion-rule
<value-type name="Foo">
<convertion-rule file="my_converter_implementation.h" />
</value-type>
+
+ .. note:: You can also use the conversion-rule node to specify :ref:`how the conversion of a single function argument should be done in a function <conversion-rule>`.
+