Avoid some gtk-doc warnings
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Feb 2014 01:47:23 +0000 (20:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Feb 2014 01:47:23 +0000 (20:47 -0500)
glib/ghook.c

index 0fcde0e..5f87dda 100644 (file)
@@ -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.
  */
 
 /**
  * @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.
  */
 
 /**