summaryrefslogtreecommitdiff
path: root/docs/gir-1.2.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gir-1.2.rnc')
-rw-r--r--docs/gir-1.2.rnc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index 30746c3c..22f5888f 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -54,8 +54,11 @@ grammar {
}
Annotation =
+ ## element defining an annotation from the source code, usually a user-defined annotation associated to a parameter or a return value
element attribute {
+ ## name of the attribute
attribute name { xsd:string },
+ ## value of the attribute
attribute value { xsd:string }
}