aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-06-09 18:45:11 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:05 -0300
commitf8b1ef0db2a4671d8103271dab8521b40d46ebe1 (patch)
treec518e87cf9f33ebb1551d4c1a59a932d5d2cd1db
parentd322b45e1b8c588177f4d5e08713dc9e3cd66acc (diff)
Documented rename to tag inside of argument modification.
-rw-r--r--doc/typesystem_arguments.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/typesystem_arguments.rst b/doc/typesystem_arguments.rst
index eef455d9c..938214acb 100644
--- a/doc/typesystem_arguments.rst
+++ b/doc/typesystem_arguments.rst
@@ -48,6 +48,18 @@ remove-argument
<remove-argument />
</modify-argument>
+rename to
+^^^^^^^^^
+
+ The 'rename to' node is used to rename a argument and use this new name in the generated code.
+
+ .. code-block:: xml
+
+ <modify-argument>
+ <rename to='...' />
+ </modify-argument>
+
+
remove-default-expression
^^^^^^^^^^^^^^^^^^^^^^^^^