summaryrefslogtreecommitdiff
path: root/doc/src/toc.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-14 12:48:00 +0200
committerThomas Graf <tgraf@suug.ch>2011-07-14 12:48:00 +0200
commit63548f5664e0e149f5e51219ad6f582f985e3c42 (patch)
treebcb04f5d3beac0aaa887a6cd75ef791faefdfae4 /doc/src/toc.c
parent21d52eabba00089e3319575616a429fb75309cb7 (diff)
downloadlibnl-master.tar.gz
documentation updatesHEADmaster
Diffstat (limited to 'doc/src/toc.c')
-rw-r--r--doc/src/toc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/toc.c b/doc/src/toc.c
index c33727c..ba7e07a 100644
--- a/doc/src/toc.c
+++ b/doc/src/toc.c
@@ -13,7 +13,7 @@ provide APIs on different levels of abstraction. The core library libnl.so
provides a fundamental set of functions to deal with sockets, construct
messages, and send/receive those messages. Additional high level interfaces
for several individual netlink protocols are provided in separate
-libraries (e.g. \ref route_doc "nl-route.so", \ref genl_doc "nl-genl.so", ...).
+libraries (e.g. "nl-route.so", "nl-genl.so", ...).
The library is designed to ensure that all components are optional, i.e.
even though the core library provides a caching system which allows to
@@ -28,11 +28,6 @@ version is used with a considerably older kernel.
\section main_toc Table of Contents
-- \subpage core_doc "1. Netlink Core Library (-lnl)"
-- \subpage route_doc "2. Routing Netlink Library (-lnl-route)"
-- \subpage genl_doc "3. Generic Netlink Library (-lnl-genl)"
-- \subpage nf_doc "4. Netfilter Netlink Library (-lnl-nf)"
-
\section main_trees GIT Trees
\subsection tree_dev Development Tree