Avoid some gtk-doc warnings

This commit is contained in:
Matthias Clasen 2014-02-01 20:47:23 -05:00
parent a556afc970
commit 23dd2b01a1

View File

@ -57,7 +57,7 @@
* The default behaviour is to call the hooks @destroy function * The default behaviour is to call the hooks @destroy function
* @dummy: unused * @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 * @destroy: the default @finalize_hook function of a #GHookList calls
* this member of the hook that is being finalized * 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.
*/ */
/** /**