mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ca0bb75954
This fixes some missing sections in API reference, adding all the relevant includes.
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
|
[
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>OSTree API references</title>
|
|
<releaseinfo>for OSTree &version;</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter xml:id="reference">
|
|
<title>API Reference</title>
|
|
<xi:include href="xml/ostree-core.xml"/>
|
|
<xi:include href="xml/ostree-repo.xml"/>
|
|
<xi:include href="xml/ostree-mutable-tree.xml"/>
|
|
<xi:include href="xml/ostree-sysroot.xml"/>
|
|
<xi:include href="xml/ostree-async-progress.xml"/>
|
|
<xi:include href="xml/ostree-sepolicy.xml"/>
|
|
<xi:include href="xml/ostree-sysroot-upgrader.xml"/>
|
|
<xi:include href="xml/ostree-gpg-verify-result.xml"/>
|
|
<xi:include href="xml/ostree-sign.xml"/>
|
|
<xi:include href="xml/ostree-bootconfig-parser.xml"/>
|
|
<xi:include href="xml/ostree-chain-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-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-finder.xml"/>
|
|
<xi:include href="xml/ostree-repo-remote-finder.xml"/>
|
|
<xi:include href="xml/ostree-version.xml"/>
|
|
<index id="api-index-full">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
</chapter>
|
|
</book>
|