diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-09-19 17:59:52 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-09-19 17:59:52 +0200 |
commit | 970a20a55d3a7dba32360ce596e61a2b32c9f4ee (patch) | |
tree | a72cd1beb6629c9c0ab5e5a63f75c616626962c8 /doc/writing-config.xml.md | |
parent | 81fb32aadb02fc2be77ac25d5368c3af50b03c09 (diff) |
documentation: improve namings
Change-Id: I188c3246f7492e82cb00a1a1f6cefe56495d9224
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/writing-config.xml.md')
-rw-r--r-- | doc/writing-config.xml.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/writing-config.xml.md b/doc/writing-config.xml.md index 0c0a1ac..f74f8bc 100644 --- a/doc/writing-config.xml.md +++ b/doc/writing-config.xml.md @@ -153,7 +153,7 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the binding is optional -### feature name="urn:AGL:required-permissions" +### feature name="urn:AGL:required-permission" List of the permissions required by the widget. @@ -167,7 +167,7 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the permission is optional -### feature name="urn:AGL:provides-binding" +### feature name="urn:AGL:provided-binding" Use this feature for each provided binding of the widget. The parameters are: @@ -208,7 +208,7 @@ OPTIONAL The value is a space separated list of binding's names that the binding needs. -### feature name="urn:AGL:defined-permissions" +### feature name="urn:AGL:defined-permission" Each required permission must be explicited using a <param> entry. |