apidoc: add missing page includes

This fixes some missing sections in API reference, adding all the
relevant includes.
This commit is contained in:
Luca BRUNO 2022-03-04 13:56:38 +00:00
parent 511d02daec
commit ca0bb75954
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
1 changed files with 7 additions and 0 deletions

View File

@ -25,9 +25,16 @@
<xi:include href="xml/ostree-bootconfig-parser.xml"/> <xi:include href="xml/ostree-bootconfig-parser.xml"/>
<xi:include href="xml/ostree-chain-input-stream.xml"/> <xi:include href="xml/ostree-chain-input-stream.xml"/>
<xi:include href="xml/ostree-checksum-input-stream.xml"/> <xi:include href="xml/ostree-checksum-input-stream.xml"/>
<xi:include href="xml/ostree-content-writer.xml"/>
<xi:include href="xml/ostree-deployment.xml"/> <xi:include href="xml/ostree-deployment.xml"/>
<xi:include href="xml/ostree-diff.xml"/> <xi:include href="xml/ostree-diff.xml"/>
<xi:include href="xml/ostree-kernel-args.xml"/>
<xi:include href="xml/ostree-ref.xml"/>
<xi:include href="xml/ostree-remote.xml"/>
<xi:include href="xml/ostree-repo-file.xml"/> <xi:include href="xml/ostree-repo-file.xml"/>
<xi:include href="xml/ostree-repo-finder.xml"/>
<xi:include href="xml/ostree-repo-remote-finder.xml"/>
<xi:include href="xml/ostree-version.xml"/>
<index id="api-index-full"> <index id="api-index-full">
<title>API Index</title> <title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>