mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix malformed GTK-Doc comment blocks: remove repeated comment blocks.
gio/gproxyresolver.h: GProxyResolver already documented in gio/giotypes.h gio/gtlsbackend.h: GTlsBackend already documented in gio/gtlsbackend.c gio/gtlsclientconnection.h: GTlsClientConnection already documented in gio/gtlsclientconnection.c gio/gtlsconnection.h: GTlsConnection already documented in gio/gtlsconnection.c gio/gunixconnection.h: GTcpConnection already documented in gio/giotypes.h glib/gversion.h: GLIB_CHECK_VERSION already documented in glib/gversion.c Found these thanks to the improved gobject-introspection GTK-Doc comment block/annotation parser. See https://bugzilla.gnome.org/show_bug.cgi?id=672254 https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
committed by
Johan Dahlin
parent
ce7f1a0789
commit
2655262889
@@ -44,11 +44,6 @@ G_BEGIN_DECLS
|
||||
*/
|
||||
#define G_PROXY_RESOLVER_EXTENSION_POINT_NAME "gio-proxy-resolver"
|
||||
|
||||
/**
|
||||
* GProxyResolver:
|
||||
*
|
||||
* Interface that can be used to resolve proxy address.
|
||||
*/
|
||||
typedef struct _GProxyResolverInterface GProxyResolverInterface;
|
||||
|
||||
struct _GProxyResolverInterface {
|
||||
|
Reference in New Issue
Block a user