summaryrefslogtreecommitdiff
path: root/lib/cache.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.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.c')
-rw-r--r--lib/cache.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/cache.c b/lib/cache.c
index 814c616..5cfae67 100644
--- a/lib/cache.c
+++ b/lib/cache.c
@@ -37,7 +37,16 @@
* | | Core Netlink
* @endcode
*
+ * Related sections in the development guide:
+ * - @core_doc{core_cache, Caching System}
+ *
* @{
+ *
+ * Header
+ * ------
+ * ~~~~{.c}
+ * #include <netlink/cache.h>
+ * ~~~~
*/
#include <netlink-local.h>