mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Fix doc format errors
This commit is contained in:
parent
4160c5c74a
commit
63d19f0656
@ -94,7 +94,7 @@
|
|||||||
* that use Glib do the same thing. If you get a file name from
|
* 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(),
|
* 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
|
* and you wish to display the file name to the user, you
|
||||||
* emphasis>will</emphasis> need to convert it into UTF-8. The
|
* <emphasis>will</emphasis> need to convert it into UTF-8. The
|
||||||
* opposite case is when the user types the name of a file he
|
* opposite case is when the user types the name of a file he
|
||||||
* wishes to save: the toolkit will give you that string in
|
* wishes to save: the toolkit will give you that string in
|
||||||
* UTF-8 encoding, and you will need to convert it to the
|
* UTF-8 encoding, and you will need to convert it to the
|
||||||
@ -172,7 +172,7 @@
|
|||||||
* characters when <envar>G_FILENAME_ENCODING</envar> is set to
|
* characters when <envar>G_FILENAME_ENCODING</envar> is set to
|
||||||
* <literal>ISO-8859-1</literal>, for example.
|
* <literal>ISO-8859-1</literal>, for example.
|
||||||
* </para></listitem>
|
* </para></listitem>
|
||||||
* orderedlist>
|
* </orderedlist>
|
||||||
* </refsect3>
|
* </refsect3>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
* SECTION:gregex
|
* SECTION:gregex
|
||||||
* @title: Perl-compatible regular expressions
|
* @title: Perl-compatible regular expressions
|
||||||
* @short_description: matches strings against regular expressions
|
* @short_description: matches strings against regular expressions
|
||||||
* @see_also: <xref linkend="glib-regex-syntax">
|
* @see_also: <xref linkend="glib-regex-syntax"/>
|
||||||
*
|
*
|
||||||
* The <function>g_regex_*()</function> functions implement regular
|
* The <function>g_regex_*()</function> functions implement regular
|
||||||
* expression pattern matching using syntax and semantics similar to
|
* expression pattern matching using syntax and semantics similar to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user