aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-12-03 14:06:43 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:12 -0300
commitb56272a3b61835045d061afed4326ff657e4230c (patch)
treec824eb27b2a3c8c9a6618b05fa10d5826d977a57 /doc
parentcff03f33d032f4723078d430b36494ee35e0a636 (diff)
Include "generate" attribute for namespace type into documentation.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/typesystem_specifying_types.rst9
1 files changed, 7 insertions, 2 deletions
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
<typesystem>
<namespace-type name="..."
+ generate="yes | no"
package="..." />
</typesystem>
- 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.