summaryrefslogtreecommitdiffstats
path: root/lib/route
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-05-10 10:03:59 (GMT)
committerThomas Graf <tgraf@redhat.com>2012-05-10 10:03:59 (GMT)
commitfec10a282355def49133e63b8a4591cc51b46478 (patch)
tree68995f7b253397edfe7ba0511c14a9b1bf85a911 /lib/route
parent32057bc15469e6f012841605daa38766497fa196 (diff)
downloadlibnl-fec10a282355def49133e63b8a4591cc51b46478.zip
libnl-fec10a282355def49133e63b8a4591cc51b46478.tar.gz
libnl-fec10a282355def49133e63b8a4591cc51b46478.tar.bz2
doc: documentation restructuring
- changes the modules hierarchy to better represent the set of libaries - list the header file that needs to be included - remove examples/doc from api ref that is included in the guide - add references to the guide - fix doxygen api linking for version 1.8.0 - readd doxygen mainpage to config file - fix a couple of doxygen doc bugs
Diffstat (limited to 'lib/route')
-rw-r--r--lib/route/link.c3
-rw-r--r--lib/route/rtnl.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/route/link.c b/lib/route/link.c
index 4da40a0..0a17110 100644
--- a/lib/route/link.c
+++ b/lib/route/link.c
@@ -1442,8 +1442,7 @@ struct rtnl_link *rtnl_link_alloc(void)
/**
* Return a link object reference
- *
- * @copydetails nl_object_put()
+ * @arg link Link object
*/
void rtnl_link_put(struct rtnl_link *link)
{
diff --git a/lib/route/rtnl.c b/lib/route/rtnl.c
index e5c0798..12a7e97 100644
--- a/lib/route/rtnl.c
+++ b/lib/route/rtnl.c
@@ -6,11 +6,11 @@
* 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>
*/
/**
- * @defgroup rtnl Routing Family
+ * @defgroup rtnl Routing Library (libnl-route)
* @{
*/