summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-01-13 18:34:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-01-13 18:34:52 +0000
commit53d79aa119769c5174a57cd68548c665acac0ea8 (patch)
tree0696bca875dea6d72d8519ac5650720482376234
parent23717c6c661a5ca50238eb654f6e82dfcf8477ac (diff)
downloadgtk+-53d79aa119769c5174a57cd68548c665acac0ea8.tar.gz
Remove ids which are now generated by gtk-doc.
2003-01-13 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf/tmpl/gdk-pixbuf.sgml: * gdk-pixbuf/tmpl/animation.sgml: Remove ids which are now generated by gtk-doc.
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/animation.sgml2
-rw-r--r--docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml2
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 5e1a71ceff..6022e479ca 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-13 Matthias Clasen <maclas@gmx.de>
+
+ * gdk-pixbuf/tmpl/gdk-pixbuf.sgml:
+ * gdk-pixbuf/tmpl/animation.sgml: Remove ids which are now
+ generated by gtk-doc.
+
2003-01-03 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkrc.sgml: Update description of priorities for styles
diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml
index 5b0f4d83ae..32d99c6941 100644
--- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml
@@ -5,7 +5,7 @@ Animations
Animated images.
<!-- ##### SECTION Long_Description ##### -->
- <para><anchor id="GdkPixbufAnimation"/>
+ <para>
The &gdk-pixbuf; library provides a simple mechanism to load and represent
animations. An animation is conceptually a series of frames to be displayed
over time. Each frame is the same size. The animation may not be represented
diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
index 6607d72539..e34195504f 100644
--- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
+++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml
@@ -6,7 +6,7 @@ Information that describes an image.
<!-- ##### SECTION Long_Description ##### -->
- <para><anchor id="GdkPixbuf"/>
+ <para>
The <structname>GdkPixbuf</structname> structure contains
information that describes an image in memory.
</para>