mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
docs: Use backticks to escape * in markdown
Otherwise it's interpreted as emphasis. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4753>
This commit is contained in:
parent
b87aaf4d28
commit
5fed707553
2 changed files with 4 additions and 4 deletions
|
@ -50639,8 +50639,8 @@ level.</doc>
|
||||||
</function>
|
</function>
|
||||||
<function name="debug_set_threshold_from_string" c:identifier="gst_debug_set_threshold_from_string" version="1.2">
|
<function name="debug_set_threshold_from_string" c:identifier="gst_debug_set_threshold_from_string" version="1.2">
|
||||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstinfo.c">Sets the debug logging wanted in the same form as with the GST_DEBUG
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstinfo.c">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
|
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
|
the order matters when you use wild cards, e.g. `foosrc:6,*src:3,*:2` sets
|
||||||
everything to log level 2.</doc>
|
everything to log level 2.</doc>
|
||||||
<source-position filename="../subprojects/gstreamer/gst/gstinfo.h"/>
|
<source-position filename="../subprojects/gstreamer/gst/gstinfo.h"/>
|
||||||
<return-value transfer-ownership="none">
|
<return-value transfer-ownership="none">
|
||||||
|
|
|
@ -2387,8 +2387,8 @@ parse_debug_level (gchar * str, GstDebugLevel * level)
|
||||||
* %FALSE if adding the threshold described by @list to the one already set.
|
* %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
|
* 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
|
* 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
|
* the order matters when you use wild cards, e.g. `foosrc:6,*src:3,*:2` sets
|
||||||
* everything to log level 2.
|
* everything to log level 2.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
|
Loading…
Reference in a new issue