From b56272a3b61835045d061afed4326ff657e4230c Mon Sep 17 00:00:00 2001 From: Luciano Wolf Date: Fri, 3 Dec 2010 14:06:43 -0300 Subject: Include "generate" attribute for namespace type into documentation. Reviewer: Marcelo Lira Hugo Parente Lima --- doc/typesystem_specifying_types.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/typesystem_specifying_types.rst b/doc/typesystem_specifying_types.rst index a8bce1e1b..2d9ad3a94 100644 --- a/doc/typesystem_specifying_types.rst +++ b/doc/typesystem_specifying_types.rst @@ -115,11 +115,16 @@ namespace-type - The **name** attribute is the name of the namespace, e.g., "Qt". The **package** - attribute can be used to override the package of the type system. + The **name** attribute is the name of the namespace, e.g., "Qt". + + The *optional* **generate** attribute is used to inform if you need to prepend + the given namespace into each generated class. Its default value is **yes**. + + The **package** attribute can be used to override the package of the type system. The *optional* **since** value is used to specify the API version of this type. -- cgit v1.2.3