From 23dd2b01a180a6db08e494d9d9ed4927ff27ba0a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Feb 2014 20:47:23 -0500 Subject: [PATCH] Avoid some gtk-doc warnings --- glib/ghook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/ghook.c b/glib/ghook.c index 0fcde0e13..5f87dda12 100644 --- a/glib/ghook.c +++ b/glib/ghook.c @@ -57,7 +57,7 @@ * The default behaviour is to call the hooks @destroy function * @dummy: unused * - * The #GHookList-struct represents a list of hook functions. + * The #GHookList struct represents a list of hook functions. */ /** @@ -154,7 +154,7 @@ * @destroy: the default @finalize_hook function of a #GHookList calls * this member of the hook that is being finalized * - * The #GHook-struct represents a single hook function in a #GHookList. + * The #GHook struct represents a single hook function in a #GHookList. */ /**