From 840f54bb66ed4aae3b1659c518a9af83fc6a5f76 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 22 Nov 2010 19:38:12 -0300 Subject: Updated documentation for the 'remove' attribute of the 'modified-field' tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed by Lauro Moura Reviewed by Renato Araújo --- doc/typesystem_manipulating_objects.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/typesystem_manipulating_objects.rst b/doc/typesystem_manipulating_objects.rst index 4c8121135..2838c95e1 100644 --- a/doc/typesystem_manipulating_objects.rst +++ b/doc/typesystem_manipulating_objects.rst @@ -53,6 +53,9 @@ modify-field The ``name`` attribute is the name of the field, the *optional* ``write`` and ``read`` attributes specify the field's access privileges in the target language API (both are set to true by default). + The ``remove`` attribute is an *optional* attribute, which can mark the field + to be discarded on generation; it has the same purpose of the deprecated tag + :ref:`remove`. .. _modify-function: -- cgit v1.2.3