mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
d91ff74820
commit
8005eea835
142 changed files with 1026 additions and 995 deletions
|
@ -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="libgimpwidgets" xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
||||
<bookinfo>
|
||||
<title>GIMP Widgets Library Reference Manual</title>
|
||||
|
@ -59,11 +59,11 @@
|
|||
<xi:include href="xml/gimpzoommodel.xml" />
|
||||
</part>
|
||||
|
||||
<chapter id="libgimpwidgets-cell-renderers">
|
||||
<title>Cell Renderers for GtkTreeView</title>
|
||||
<xi:include href="xml/gimpcellrenderercolor.xml" />
|
||||
<xi:include href="xml/gimpcellrenderertoggle.xml" />
|
||||
</chapter>
|
||||
<part id="libgimpwidgets-cell-renderers">
|
||||
<title>Cell Renderers for GtkTreeView</title>
|
||||
<xi:include href="xml/gimpcellrenderercolor.xml" />
|
||||
<xi:include href="xml/gimpcellrenderertoggle.xml" />
|
||||
</part>
|
||||
|
||||
<part id="libgimpwidgets-colordisplay">
|
||||
<title>GIMP Display Filters</title>
|
||||
|
@ -105,26 +105,33 @@
|
|||
<xi:include href="xml/gimpunitmenu.xml" />
|
||||
</part>
|
||||
|
||||
<index id="libgimpwidgets-index">
|
||||
<index id="api-index-full">
|
||||
<title>Index</title>
|
||||
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.2" id="libgimpwidgets-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="libgimpwidgets-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="libgimpwidgets-index-new-in-2-6">
|
||||
<index role="2.6" id="api-index-2-6">
|
||||
<title>Index of new symbols in GIMP 2.6</title>
|
||||
<xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="GIMP 2.8" id="libgimpwidgets-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="libgimpwidgets-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="libgimpwidgets-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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue