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:
Niels De Graef 2019-08-05 08:52:09 +02:00 committed by Michael Natterer
parent 32823f1709
commit e77382ee75
8 changed files with 8 additions and 0 deletions

View file

@ -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>