[cairo-commit] 2 commits - doc/public

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 28 21:44:49 UTC 2023


 doc/public/cairo-docs.xml |   35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)

New commits:
commit 7082d96e61891704a64f207f0ffc13d2a8a8f207
Merge: b67afda59 7f7719fe4
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Sat Jan 28 21:44:47 2023 +0000

    Merge branch 'doc-api-index' into 'master'
    
    doc: Further fix API indices
    
    See merge request cairo/cairo!432

commit 7f7719fe4e2ceeefd19b0ade72cd74a68413354b
Author: Khaled Hosny <khaled at aliftype.com>
Date:   Sat Jan 28 17:55:31 2023 +0200

    doc: Further fix API indices
    
    Actually include only the relevant symbols.

diff --git a/doc/public/cairo-docs.xml b/doc/public/cairo-docs.xml
index 0a0e462f9..1fc031c1c 100644
--- a/doc/public/cairo-docs.xml
+++ b/doc/public/cairo-docs.xml
@@ -58,36 +58,51 @@
   </chapter>
   <index id="api-index-all">
     <title>Index</title>
+    <xi:include href="xml/api-index-full.xml"/>
   </index>
-  <index id="api-index-1.0">
+  <!--index id="deprecated-api-index">
+    <title>Index of deprecated symbols</title>
+    <xi:include href="xml/api-index-deprecated.xml"/>
+  </index-->
+  <index id="api-index-1-0">
     <title>Index of new symbols in 1.0</title>
+    <xi:include href="xml/api-index-1.0.xml"/>
   </index>
-  <index id="api-index-1.2">
+  <index id="api-index-1-2">
     <title>Index of new symbols in 1.2</title>
+    <xi:include href="xml/api-index-1.2.xml"/>
   </index>
-  <index id="api-index-1.4">
+  <index id="api-index-1-4">
     <title>Index of new symbols in 1.4</title>
+    <xi:include href="xml/api-index-1.4.xml"/>
   </index>
-  <index id="api-index-1.6">
+  <index id="api-index-1-6">
     <title>Index of new symbols in 1.6</title>
+    <xi:include href="xml/api-index-1.6.xml"/>
   </index>
-  <index id="api-index-1.8">
+  <index id="api-index-1-8">
     <title>Index of new symbols in 1.8</title>
+    <xi:include href="xml/api-index-1.8.xml"/>
   </index>
-  <index id="api-index-1.10">
+  <index id="api-index-1-10">
     <title>Index of new symbols in 1.10</title>
+    <xi:include href="xml/api-index-1.10.xml"/>
   </index>
-  <index id="api-index-1.12">
+  <index id="api-index-1-12">
     <title>Index of new symbols in 1.12</title>
+    <xi:include href="xml/api-index-1.12.xml"/>
   </index>
-  <index id="api-index-1.14">
+  <index id="api-index-1-14">
     <title>Index of new symbols in 1.14</title>
+    <xi:include href="xml/api-index-1.14.xml"/>
   </index>
-  <index id="api-index-1.16">
+  <index id="api-index-1-16">
     <title>Index of new symbols in 1.16</title>
+    <xi:include href="xml/api-index-1.16.xml"/>
   </index>
-  <index id="api-index-1.18">
+  <index id="api-index-1-18">
     <title>Index of new symbols in 1.18</title>
+    <xi:include href="xml/api-index-1.18.xml"/>
   </index>
   <xi:include href="language-bindings.xml"/>
 </book>


More information about the cairo-commit mailing list