1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-11 18:23:07 +02:00

gtestutils: Improve documentation formatting for g_test_bug_base()

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-05-13 21:57:25 +01:00
parent 3bca6ee2e4
commit 0f7950f199

@ -2013,7 +2013,7 @@ g_test_message (const char *format,
* case only. * case only.
* Bug URIs are constructed by appending a bug specific URI * Bug URIs are constructed by appending a bug specific URI
* portion to @uri_pattern, or by replacing the special string * portion to @uri_pattern, or by replacing the special string
* '\%s' within @uri_pattern if that is present. * `%s` within @uri_pattern if that is present.
* *
* If g_test_bug_base() is not called, bug URIs are formed solely * If g_test_bug_base() is not called, bug URIs are formed solely
* from the value provided by g_test_bug(). * from the value provided by g_test_bug().