aboutsummaryrefslogtreecommitdiffstats
path: root/doc/typesystem_manipulating_objects.rst
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-29 18:26:23 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-10-29 18:27:00 -0200
commit64f7ae3334171168ff803f339d55a179a6e06001 (patch)
treea7fe860a2dd20845c9d8d2654ae96fe4501f4315 /doc/typesystem_manipulating_objects.rst
parent4329d974ec98b74b74358718cf17055a00672e2b (diff)
Updated documentation of conversion-rule for argument-modification.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
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>`.
+