From 323242578524a1b6355d8451015b14ca75aa0afa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 6 Feb 2014 08:04:52 -0500 Subject: Docs: replace by ` --- glib/ghook.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glib/ghook.c') diff --git a/glib/ghook.c b/glib/ghook.c index 5f87dda12..0ea69845f 100644 --- a/glib/ghook.c +++ b/glib/ghook.c @@ -91,7 +91,7 @@ * * The position of the first bit which is not reserved for internal * use be the #GHook implementation, i.e. - * 1 << G_HOOK_FLAG_USER_SHIFT is the first + * `1 << G_HOOK_FLAG_USER_SHIFT` is the first * bit which can be used for application-defined flags. */ @@ -99,7 +99,7 @@ * G_HOOK: * @hook: a pointer * - * Casts a pointer to a GHook*. + * Casts a pointer to a `GHook*`. */ /** @@ -193,7 +193,7 @@ default_finalize_hook (GHookList *hook_list, * g_hook_list_init: * @hook_list: a #GHookList * @hook_size: the size of each element in the #GHookList, - * typically sizeof (GHook) + * typically `sizeof (GHook)`. * * Initializes a #GHookList. * This must be called before the #GHookList is used. -- cgit v1.2.1