From: Matthias Clasen Date: Sat, 14 Aug 2010 01:05:05 +0000 (-0400) Subject: Fix doc format errors X-Git-Tag: 2.25.14~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63d19f065690b77059c335c0378a93f1a18b09c9;p=platform%2Fupstream%2Fglib.git Fix doc format errors --- diff --git a/glib/gconvert.c b/glib/gconvert.c index 3207c55..12c010d 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -94,7 +94,7 @@ * that use Glib do the same thing. If you get a file name from * the file system, for example, from readdir(3) or from g_dir_read_name(), * and you wish to display the file name to the user, you - * emphasis>will need to convert it into UTF-8. The + * will need to convert it into UTF-8. The * opposite case is when the user types the name of a file he * wishes to save: the toolkit will give you that string in * UTF-8 encoding, and you will need to convert it to the @@ -172,7 +172,7 @@ * characters when G_FILENAME_ENCODING is set to * ISO-8859-1, for example. * - * orderedlist> + * * * */ diff --git a/glib/gregex.c b/glib/gregex.c index f067b00..4fd462d 100644 --- a/glib/gregex.c +++ b/glib/gregex.c @@ -37,7 +37,7 @@ * SECTION:gregex * @title: Perl-compatible regular expressions * @short_description: matches strings against regular expressions - * @see_also: + * @see_also: * * The g_regex_*() functions implement regular * expression pattern matching using syntax and semantics similar to