[glib] ggettext: Convert docs to markdown
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] ggettext: Convert docs to markdown
- Date: Sat, 1 Feb 2014 15:24:42 +0000 (UTC)
commit 22f8e8461cfc9bdc20015129ae221c6f1ed4a125
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 1 10:14:08 2014 -0500
ggettext: Convert docs to markdown
In particular, convert lists to markdown syntax.
glib/ggettext.c | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/glib/ggettext.c b/glib/ggettext.c
index 759b067..ac65742 100644
--- a/glib/ggettext.c
+++ b/glib/ggettext.c
@@ -370,17 +370,19 @@ _g_dgettext_should_translate (void)
*
* This function disables translations if and only if upon its first
* call all the following conditions hold:
- * <itemizedlist>
- * <listitem>@domain is not %NULL</listitem>
- * <listitem>textdomain() has been called to set a default text domain</listitem>
- * <listitem>there is no translations available for the default text domain
- * and the current locale</listitem>
- * <listitem>current locale is not "C" or any English locales (those
- * starting with "en_")</listitem>
- * </itemizedlist>
+ *
+ * - @domain is not %NULL
+ *
+ * - textdomain() has been called to set a default text domain
+ *
+ * - there is no translations available for the default text domain
+ * and the current locale
+ *
+ * - current locale is not "C" or any English locales (those
+ * starting with "en_")
*
* Note that this behavior may not be desired for example if an application
- * has its untranslated messages in a language other than English. In those
+ * has its untranslated messages in a language other than English. In those
* cases the application should call textdomain() after initializing GTK+.
*
* Applications should normally not use this function directly,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]