From 5fed7075533d5788608bd3c197ade59d42d8619f Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 1 Jun 2023 14:49:06 +0530 Subject: [PATCH] docs: Use backticks to escape * in markdown Otherwise it's interpreted as emphasis. Part-of: --- girs/Gst-1.0.gir | 4 ++-- subprojects/gstreamer/gst/gstinfo.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index 0b7860104c..7e8cbd1d54 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -50639,8 +50639,8 @@ level. Sets the debug logging wanted in the same form as with the GST_DEBUG -environment variable. You can use wildcards such as '*', but note that -the order matters when you use wild cards, e.g. "foosrc:6,*src:3,*:2" sets +environment variable. You can use wildcards such as `*`, but note that +the order matters when you use wild cards, e.g. `foosrc:6,*src:3,*:2` sets everything to log level 2. diff --git a/subprojects/gstreamer/gst/gstinfo.c b/subprojects/gstreamer/gst/gstinfo.c index 15a8e3f6c3..e387219732 100644 --- a/subprojects/gstreamer/gst/gstinfo.c +++ b/subprojects/gstreamer/gst/gstinfo.c @@ -2387,8 +2387,8 @@ parse_debug_level (gchar * str, GstDebugLevel * level) * %FALSE if adding the threshold described by @list to the one already set. * * Sets the debug logging wanted in the same form as with the GST_DEBUG - * environment variable. You can use wildcards such as '*', but note that - * the order matters when you use wild cards, e.g. "foosrc:6,*src:3,*:2" sets + * environment variable. You can use wildcards such as `*`, but note that + * the order matters when you use wild cards, e.g. `foosrc:6,*src:3,*:2` sets * everything to log level 2. * * Since: 1.2