[glib] Remove a new literal tag that has crept in



commit f04dbac47d1c6cb60f2e78ce46c0b3fef91e49ec
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 8 13:28:11 2014 -0500

    Remove a new literal tag that has crept in

 gio/gapplication.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index b12d222..d904632 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -698,9 +698,8 @@ g_application_add_main_option_entries (GApplication       *application,
  *
  * This means that the options from #GOptionGroup are only really usable
  * in the case that the instance of the application being run is the
- * first instance.  Passing options like <literal>--display=</literal>
- * or <literal>--gdk-debug=</literal> on future runs will have no effect
- * on the existing primary instance.
+ * first instance.  Passing options like `--display=` or `--gdk-debug=`
+ * on future runs will have no effect on the existing primary instance.
  *
  * Calling this function will cause the options in the supplied option
  * group to be parsed, but it does not cause you to be "opted in" to the


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