mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
docs: Remove XML-style comments from documentation strings
gtk-doc doesn’t support them any more since it was ported to Markdown, so they end up appearing in the generated documentation, which isn’t great. Mostly, they were used to split up things invisibly, which we can do in other ways. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
|
||||
* GSocketAddressEnumerator:
|
||||
*
|
||||
* Enumerator type for objects that contain or generate
|
||||
* #GSocketAddress<!-- -->es.
|
||||
* #GSocketAddress instances.
|
||||
*/
|
||||
typedef struct _GSocketAddressEnumeratorClass GSocketAddressEnumeratorClass;
|
||||
|
||||
|
Reference in New Issue
Block a user