diff options
Diffstat (limited to 'lib/socket.c')
-rw-r--r-- | lib/socket.c | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/lib/socket.c b/lib/socket.c index 01b9872..7e3ebf6 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -6,13 +6,25 @@ * License as published by the Free Software Foundation version 2.1 * of the License. * - * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch> + * Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch> */ /** - * @ingroup core + * @ingroup core_types * @defgroup socket Socket + * + * Representation of a netlink socket + * + * Related sections in the development guide: + * - @core_doc{core_sockets, Netlink Sockets} + * * @{ + * + * Header + * ------ + * ~~~~{.c} + * #include <netlink/socket.h> + * ~~~~ */ #include <pthread.h> |