diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 09:53:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:27 +0100 |
commit | 53a7dc2f63ac26edb1a3a8db8368b52cf0417de7 (patch) | |
tree | ba465f5e482c2c558eef28b4f5b3bfa5641d4bf1 /docs/reference | |
parent | b325270296f89f9bca1c054b4661906984f6b19a (diff) |
docs,api: rework how indices are exposed in docs
Use <chapter> so that all per-version indices are included in the docs.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/api/ModemManager-docs.xml | 74 |
1 files changed, 35 insertions, 39 deletions
diff --git a/docs/reference/api/ModemManager-docs.xml b/docs/reference/api/ModemManager-docs.xml index 2c87f43a..a83e07e2 100644 --- a/docs/reference/api/ModemManager-docs.xml +++ b/docs/reference/api/ModemManager-docs.xml @@ -102,44 +102,40 @@ <xi:include href="xml/mm-compat.xml"/> </part> - <index> + <chapter id="api-index-full"> <title>Index</title> - </index> - - <index id="api-index-full"> - <title>API Index</title> - <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> - </index> - <index id="deprecated-api-index" role="deprecated"> - <title>Index of deprecated API</title> - <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-0" role="1.0"> - <title>Index of new core symbols in 1.0</title> - <xi:include href="xml/api-index-1.0.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-2" role="1.2"> - <title>Index of new core symbols in 1.2</title> - <xi:include href="xml/api-index-1.2.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-4" role="1.4"> - <title>Index of new core symbols in 1.4</title> - <xi:include href="xml/api-index-1.4.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-6" role="1.6"> - <title>Index of new core symbols in 1.6</title> - <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-8" role="1.8"> - <title>Index of new core symbols in 1.8</title> - <xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-10" role="1.10"> - <title>Index of new core symbols in 1.10</title> - <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include> - </index> - <index id="api-index-1-12" role="1.12"> - <title>Index of new core symbols in 1.12</title> - <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include> - </index> + <xi:include href="xml/api-index-full.xml"></xi:include> + </chapter> + <chapter id="api-index-deprecated" role="deprecated"> + <title>Index of deprecated symbols</title> + <xi:include href="xml/api-index-deprecated.xml"></xi:include> + </chapter> + <chapter id="api-index-1-0" role="1.0"> + <title>Index of new symbols in 1.0</title> + <xi:include href="xml/api-index-1.0.xml"></xi:include> + </chapter> + <chapter id="api-index-1-2" role="1.2"> + <title>Index of new symbols in 1.2</title> + <xi:include href="xml/api-index-1.2.xml"></xi:include> + </chapter> + <chapter id="api-index-1-4" role="1.4"> + <title>Index of new symbols in 1.4</title> + <xi:include href="xml/api-index-1.4.xml"></xi:include> + </chapter> + <chapter id="api-index-1-6" role="1.6"> + <title>Index of new symbols in 1.6</title> + <xi:include href="xml/api-index-1.6.xml"></xi:include> + </chapter> + <chapter id="api-index-1-8" role="1.8"> + <title>Index of new symbols in 1.8</title> + <xi:include href="xml/api-index-1.8.xml"></xi:include> + </chapter> + <chapter id="api-index-1-10" role="1.10"> + <title>Index of new symbols in 1.10</title> + <xi:include href="xml/api-index-1.10.xml"></xi:include> + </chapter> + <chapter id="api-index-1-12" role="1.12"> + <title>Index of new symbols in 1.12</title> + <xi:include href="xml/api-index-1.12.xml"></xi:include> + </chapter> </book> |