Work around gtk-doc stupidity.
authorMatthias Clasen <maclas@gmx.de>
Thu, 24 Jul 2003 23:07:29 +0000 (23:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 24 Jul 2003 23:07:29 +0000 (23:07 +0000)
2003-07-25  Matthias Clasen  <maclas@gmx.de>

* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gutf8.c

index 905a2fc..34af8f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index 905a2fc..34af8f7 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index 905a2fc..34af8f7 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index 905a2fc..34af8f7 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index 905a2fc..34af8f7 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index 905a2fc..34af8f7 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
+
 2003-07-20  Hans Breuer  <hans@breuer.org>
 
        * glib/trio/makefile.msc : (new file) for msvc build
index abf9dee..a0f056e 100644 (file)
@@ -730,9 +730,9 @@ g_utf8_get_char_extended (const  gchar *p,
  * overlong encodings of valid characters.
  * 
  * Return value: the resulting character. If @p points to a partial
- *    sequence at the end of a string that could begin a valid character,
- *    returns (gunichar)-2; otherwise, if @p does not point to a valid
- *    UTF-8 encoded Unicode character, returns (gunichar)-1.
+ *    sequence at the end of a string that could begin a valid 
+ *    character, returns (gunichar)-2; otherwise, if @p does not point 
+ *    to a valid UTF-8 encoded Unicode character, returns (gunichar)-1.
  **/
 gunichar
 g_utf8_get_char_validated (const  gchar *p,