Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments
because it confuses gtk-doc and breaks some links. Also change the "Index of new symbols in GIMP 2.x" sections to be what seems to be the modern standard (looked at the GLib and GTK+ docs), and update some other stuff.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
|
||||
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'>
|
||||
|
||||
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<book lang="en" id="libgimpbase" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Base Library Reference Manual</title>
|
||||
@ -11,7 +11,7 @@
|
||||
</releaseinfo>
|
||||
</bookinfo>
|
||||
|
||||
<part id="libgimpbase">
|
||||
<part>
|
||||
<title>GIMP Base Library</title>
|
||||
<xi:include href="xml/gimpbaseenums.xml" />
|
||||
<xi:include href="xml/gimpbasetypes.xml" />
|
||||
@ -33,26 +33,29 @@
|
||||
<xi:include href="xml/gimpvaluearray.xml" />
|
||||
</part>
|
||||
|
||||
<index id="libgimpbase-index">
|
||||
<title>Index</title>
|
||||
<index id="api-index-full">
|
||||
<title id="index-all">Index</title>
|
||||
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.2" id="libgimpbase-index-new-in-2-2">
|
||||
<index role="2.2" id="api-index-2-2">
|
||||
<title>Index of new symbols in GIMP 2.2</title>
|
||||
<xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.4" id="libgimpbase-index-new-in-2-4">
|
||||
<index role="2.4" id="api-index-2-4">
|
||||
<title>Index of new symbols in GIMP 2.4</title>
|
||||
<xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.6" id="libgimpbase-index-new-in-2-6">
|
||||
<title>Index of new symbols in GIMP 2.6</title>
|
||||
</index>
|
||||
<index role="GIMP 2.8" id="libgimpbase-index-new-in-2-8">
|
||||
<index role="2.8" id="api-index-2-8">
|
||||
<title>Index of new symbols in GIMP 2.8</title>
|
||||
<xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.10" id="libgimpbase-index-new-in-2-10">
|
||||
<index role="2.10" id="api-index-2-10">
|
||||
<title>Index of new symbols in GIMP 2.10</title>
|
||||
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="deprecated" id="libgimpbase-index-deprecated">
|
||||
<index role="deprecated" id="api-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
|
||||
</book>
|
||||
|
Reference in New Issue
Block a user