mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
docs: Drop unnecessary <!-- -->s from gtk-doc comments
Putting a <!-- --> in plural<!-- -->s was an old hack used to fix linking the symbol with gtk-doc when gtk-doc didn’t know about plural forms. gtk-doc does now know about plural forms, so the hack can be removed. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
|
||||
/**
|
||||
* GSocketConnectable:
|
||||
*
|
||||
* Interface for objects that contain or generate #GSocketAddress<!-- -->es.
|
||||
* Interface for objects that contain or generate #GSocketAddresses.
|
||||
*/
|
||||
typedef struct _GSocketConnectableIface GSocketConnectableIface;
|
||||
|
||||
|
Reference in New Issue
Block a user