mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
32823f1709
commit
e77382ee75
8 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue