From: Johan Dahlin Date: Sat, 14 Feb 2009 19:17:48 +0000 (-0200) Subject: Avoid a couple of gtk-doc warnings X-Git-Tag: GOBJECT_INTROSPECTION_0_6_3~116^2~4 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=7406db09db1dd7b0b4cae870e89b2b4b1a34c5c9;p=gnome.gobject-introspection Avoid a couple of gtk-doc warnings Do this by including the generated annotation glossary. --- diff --git a/docs/reference/gi-docs.sgml b/docs/reference/gi-docs.sgml index dc28eba..864a0f0 100644 --- a/docs/reference/gi-docs.sgml +++ b/docs/reference/gi-docs.sgml @@ -63,4 +63,6 @@ Bla bla bla bla bla &g-ir-generator; --> + + diff --git a/docs/reference/gi-gir-reference.xml b/docs/reference/gi-gir-reference.xml new file mode 100644 index 0000000..8d19112 --- /dev/null +++ b/docs/reference/gi-gir-reference.xml @@ -0,0 +1,114 @@ + + + The GIR XML format + + + This chapter describes the GIR XML markup format. + + + + <emphasis>api</emphasis> node + + The root node of all GIR documents is the api node. + + Possible children: namespace. + + + A GIR fragment showing an api node + + + ]]> + + + + + + <emphasis>namespace</emphasis> node + + Parent node: api. + Possible children: callback, + class, + function. + interface. + + + A GIR fragment showing an namespace node + + + + + + ]]> + + + + + + <emphasis>class</emphasis> node + + Parent node: namespace. + Possible children: constructor, + field, + method, + property. + + A GIR fragment showing an class node + + + + + + + + + + ]]> + + + + + + <emphasis>interface</emphasis> node + + Parent node: namespace. + Possible children: field, + method, + property. + + A GIR fragment showing an interface node + + + + + + + + + ]]> + + + + + + <emphasis>function</emphasis> node + + Parent node: namespace. + + A GIR fragment showing an function node + + + + + + ]]> + + + + + +