summaryrefslogtreecommitdiff
path: root/doc/src/route.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-11-19 02:25:37 +0100
committerThomas Graf <tgraf@suug.ch>2010-11-19 02:25:37 +0100
commit6545206187c97136d69c5a456257cafa104667bc (patch)
tree0da17b738942c485f57853e0c3400e4fba531c5a /doc/src/route.c
parent5a08c8ff4cf9573f307ef2843d2a44f1f0a14980 (diff)
downloadlibnl-6545206187c97136d69c5a456257cafa104667bc.tar.gz
Documentation updates
- moved documentation from lib/doc.c to doc/src/ - splitted pages into separate files - worked over core sections, explaining the receiving and sending behaviour in much more details including the the available mechanisms to customize the behaviour - updated the html stylesheet file for increased readability, probably needs some doxygen patching to achieve what I am looking for. - enabled call graphs, not expanded by default
Diffstat (limited to 'doc/src/route.c')
-rw-r--r--doc/src/route.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/route.c b/doc/src/route.c
new file mode 100644
index 0000000..2c042db
--- /dev/null
+++ b/doc/src/route.c
@@ -0,0 +1,10 @@
+/**
+ * \cond skip
+ * vim:syntax=doxygen
+ * \endcond
+
+\page route_doc Routing Netlink Library (-lnl-route)
+
+\section route_intro Introduction
+
+*/