Reformulate doc comments to work around gtk-doc limitations.

* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
	(gdk_text_extents):
	* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
	work around gtk-doc limitations.
This commit is contained in:
Matthias Clasen 2002-11-08 23:21:35 +00:00
parent 85c6465ec5
commit 908bee9b3f
8 changed files with 45 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -1,3 +1,10 @@
2002-11-09 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkfont-x11.c (gdk_text_extents_wc):
(gdk_text_extents):
* gdk/gdkfont.c (gdk_string_extents): Reformulate doc comments to
work around gtk-doc limitations.
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com>
* gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful

View File

@ -173,7 +173,7 @@ gdk_string_measure (GdkFont *font,
* @ascent: the ascent of the string.
* @descent: the descent of the string.
*
* Returns the metrics of a nul-terminated string.
* Gets the metrics of a nul-terminated string.
**/
void
gdk_string_extents (GdkFont *font,

View File

@ -673,7 +673,7 @@ gdk_text_width_wc (GdkFont *font,
* @ascent: the ascent of the string.
* @descent: the descent of the string.
*
* Returns the metrics of a string.
* Gets the metrics of a string.
**/
void
gdk_text_extents (GdkFont *font,
@ -755,7 +755,7 @@ gdk_text_extents (GdkFont *font,
* @ascent: the ascent of the string.
* @descent: the descent of the string.
*
* Returns the metrics of a string of wide characters.
* Gets the metrics of a string of wide characters.
**/
void
gdk_text_extents_wc (GdkFont *font,