[glib] gmessages: Convert docs to markdown



commit f7a604699815b8189d769e960e5469b67367e0e6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 1 10:17:04 2014 -0500

    gmessages: Convert docs to markdown
    
    In particular, convert lists to markdown syntax.

 glib/gmessages.c |   25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)
---
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 8b43b97..4fdc5ff 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -1343,23 +1343,14 @@ escape_string (GString *string)
  *
  * The behavior of this log handler can be influenced by a number of
  * environment variables:
- * <variablelist>
- *   <varlistentry>
- *     <term><envar>G_MESSAGES_PREFIXED</envar></term>
- *     <listitem>
- *       A :-separated list of log levels for which messages should
- *       be prefixed by the program name and PID of the aplication.
- *     </listitem>
- *   </varlistentry>
- *   <varlistentry>
- *     <term><envar>G_MESSAGES_DEBUG</envar></term>
- *     <listitem>
- *       A space-separated list of log domains for which debug and
- *       informational messages are printed. By default these
- *       messages are not printed.
- *     </listitem>
- *   </varlistentry>
- * </variablelist>
+ *
+ * - <envar>G_MESSAGES_PREFIXED</envar>: A :-separated list of log levels
+ *   for which messages should be prefixed by the program name and PID of
+ *   the aplication.
+ *
+ * - <envar>G_MESSAGES_DEBUG</envar>: A space-separated list of log domains
+ *   for which debug and informational messages are printed. By default these
+ *   messages are not printed.
  *
  * stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
  * %G_LOG_LEVEL_WARNING and %G_LOG_LEVEL_MESSAGE. stdout is used for


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]