]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
docs: add per-version index sections
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 21 Oct 2024 13:05:40 +0000 (14:05 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 24 Oct 2024 04:19:11 +0000 (23:19 -0500)
With the introduction of the "Since: XX" tags, gtk-doc has been
helpfully reminding us that the per-version index isn't referenced
anywhere.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/200
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/docs/libkmod-docs.xml

index fd17506cef14f918a7c18036c6b9ffb6f8de5d84..fada602f1581f2466bc66ac452c6447fedba6068 100644 (file)
     <title>API Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
+  <chapter id="api-index-v1" role="1">
+    <title>Index of new symbols in 1</title>
+    <xi:include href="xml/api-index-1.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v2" role="2">
+    <title>Index of new symbols in 2</title>
+    <xi:include href="xml/api-index-2.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v3" role="3">
+    <title>Index of new symbols in 3</title>
+    <xi:include href="xml/api-index-3.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v4" role="4">
+    <title>Index of new symbols in 4</title>
+    <xi:include href="xml/api-index-4.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v6" role="6">
+    <title>Index of new symbols in 6</title>
+    <xi:include href="xml/api-index-6.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v22" role="22">
+    <title>Index of new symbols in 22</title>
+    <xi:include href="xml/api-index-22.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v30" role="30">
+    <title>Index of new symbols in 30</title>
+    <xi:include href="xml/api-index-30.xml"></xi:include>
+  </chapter>
+  <chapter id="api-index-v33" role="33">
+    <title>Index of new symbols in 33</title>
+    <xi:include href="xml/api-index-33.xml"></xi:include>
+  </chapter>
 </book>