docs: Remove <!-- --> comment before plural s

These did show up in the html. Since symbol names are checked for a
trailing plural s when generating the docs, the links stay functional
after removing these comments.

https://bugzilla.gnome.org/show_bug.cgi?id=728380
This commit is contained in:
Volker Sobek
2014-04-16 23:56:02 +02:00
parent 99b67614b7
commit 4441595378
12 changed files with 16 additions and 16 deletions

View File

@@ -926,7 +926,7 @@ typedef void (*GInterfaceFinalizeFunc) (gpointer g_iface,
* whether they actually want to cache the class of this type, since all
* classes are routed through the same #GTypeClassCacheFunc chain.
*
* Returns: %TRUE to stop further #GTypeClassCacheFunc<!-- -->s from being
* Returns: %TRUE to stop further #GTypeClassCacheFuncs from being
* called, %FALSE to continue.
*/
typedef gboolean (*GTypeClassCacheFunc) (gpointer cache_data,