summaryrefslogtreecommitdiff
path: root/lib/cache_mngt.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-05-10 12:03:59 +0200
committerThomas Graf <tgraf@redhat.com>2012-05-10 12:03:59 +0200
commitfec10a282355def49133e63b8a4591cc51b46478 (patch)
tree68995f7b253397edfe7ba0511c14a9b1bf85a911 /lib/cache_mngt.c
parent32057bc15469e6f012841605daa38766497fa196 (diff)
downloadlibnl-fec10a282355def49133e63b8a4591cc51b46478.tar.gz
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/cache_mngt.c')
-rw-r--r--lib/cache_mngt.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/cache_mngt.c b/lib/cache_mngt.c
index a9ecf27..6691454 100644
--- a/lib/cache_mngt.c
+++ b/lib/cache_mngt.c
@@ -6,13 +6,23 @@
* 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
- * @defgroup cache_mngt Caching
+ * @defgroup cache_mngt Caching System
+ *
+ * Related sections in the development guide:
+ * - @core_doc{core_cache, Caching System}
+ *
* @{
+ *
+ * Header
+ * ------
+ * ~~~~{.c}
+ * #include <netlink/cache.h>
+ * ~~~~
*/
#include <netlink-local.h>