docs: Fix warnings for annotations
Right now, we get the following warnings when building the docs: > gtk-doc.xsl: For acronym (nullable) no value found This is because we're not adding the generated annotation glossary to the docs sgml (presumably because we didn't need it as we didn't use GObject-Introspection yet). This commit adds those lines and thus fixes the warnings.
This commit is contained in:

committed by
Michael Natterer

parent
32823f1709
commit
e77382ee75
@ -142,5 +142,6 @@
|
||||
<title>Index of deprecated symbols</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||
|
||||
</book>
|
||||
|
Reference in New Issue
Block a user