forked from AuroraMiddleware/gtk
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:
parent
85c6465ec5
commit
908bee9b3f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user