summaryrefslogtreecommitdiffstats
path: root/lib/route/link
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-28 14:23:57 (GMT)
committerThomas Graf <tgraf@suug.ch>2011-07-28 14:23:57 (GMT)
commit70c93717607a15d37b60d7caefb58e78d28c5e59 (patch)
tree52b991c5cb5fab3f4190015f0a3fd8d8cdf68653 /lib/route/link
parent915a23fd16315eed2b13dda38c96ca824935e844 (diff)
downloadlibnl-70c93717607a15d37b60d7caefb58e78d28c5e59.zip
libnl-70c93717607a15d37b60d7caefb58e78d28c5e59.tar.gz
libnl-70c93717607a15d37b60d7caefb58e78d28c5e59.tar.bz2
Updated link documentation
- API documentation - developer guide - enabled doxygen navbar - fixed css
Diffstat (limited to 'lib/route/link')
-rw-r--r--lib/route/link/bonding.c4
-rw-r--r--lib/route/link/dummy.c4
-rw-r--r--lib/route/link/vlan.c5
3 files changed, 10 insertions, 3 deletions
diff --git a/lib/route/link/bonding.c b/lib/route/link/bonding.c
index c53bf52..176be27 100644
--- a/lib/route/link/bonding.c
+++ b/lib/route/link/bonding.c
@@ -13,8 +13,10 @@
* @ingroup link
* @defgroup bonding Bonding
*
- * <a href="../route.html#_links_network_devices">Link Documentation</a>
+ * @details
+ * \b Link Type Name: "bond"
*
+ * @route_doc{link_bonding, Bonding Documentation}
* @{
*/
diff --git a/lib/route/link/dummy.c b/lib/route/link/dummy.c
index b837f48..c7dabc1 100644
--- a/lib/route/link/dummy.c
+++ b/lib/route/link/dummy.c
@@ -12,7 +12,9 @@
/**
* @ingroup link
* @defgroup dummy Dummy
- * @brief
+ *
+ * @details
+ * \b Link Type Name: "dummy"
*
* @{
*/
diff --git a/lib/route/link/vlan.c b/lib/route/link/vlan.c
index cd831ce..a30ff77 100644
--- a/lib/route/link/vlan.c
+++ b/lib/route/link/vlan.c
@@ -14,7 +14,10 @@
* @defgroup vlan VLAN
* Virtual LAN link module
*
- * See <a href="../route.html#link_vlan">VLAN API documentation</a> for more information
+ * @details
+ * \b Link Type Name: "vlan"
+ *
+ * @route_doc{link_vlan, VLAN Documentation}
*
* @{
*/