From 181789982339a85ae6ad7a973816b2adeb48739a Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 10 Feb 2011 18:02:43 -0300 Subject: Update documentation for reference-count tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed by Hugo Parente Reviewed by Renato Araújo --- doc/typesystem_arguments.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/typesystem_arguments.rst') diff --git a/doc/typesystem_arguments.rst b/doc/typesystem_arguments.rst index 94d48f4e1..16e0678d3 100644 --- a/doc/typesystem_arguments.rst +++ b/doc/typesystem_arguments.rst @@ -143,7 +143,9 @@ reference-count following values: * add: increments the argument reference counter. + * add-all: increments the reference counter for each item in a collection. * remove: decrements the argument reference counter. + * set: will assign the argument to the variable containing the reference. * ignore: does nothing with the argument reference counter (sounds worthless, but could be used in situations where the reference counter increase is mandatory @@ -152,10 +154,14 @@ reference-count .. code-block:: xml - + + The variable-name attribute specifies the name used for the variable that + holds the reference(s). + + replace-value ^^^^^^^^^^^^^ -- cgit v1.2.3