a few more doxygen fixes

This commit is contained in:
Tom Henderson
2009-07-08 10:47:22 -07:00
parent e56c013bb1
commit 1817b596db
3 changed files with 9 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ class NetDevice;
* \ingroup node
* \defgroup ipv4Routing Ipv4RoutingProtocol
*/
/*
/**
* \ingroup ipv4Routing
* \brief Abstract base class for IPv4 routing protocols.
*

View File

@@ -26,6 +26,10 @@ namespace ns3 {
/**
* \ingroup routing
* \defgroup ipv4ListRouting Ipv4 List Routing
*/
/**
* \ingroup ipv4ListRouting
*
* This class is a specialization of Ipv4RoutingProtocol that allows
* other instances of Ipv4RoutingProtocol to be inserted in a

View File

@@ -44,6 +44,10 @@ class Node;
/**
* \ingroup routing
* \defgroup ipv4StaticRouting Ipv4StaticRouting
*/
/**
* \ingroup ipv4StaticRouting
*
* \brief Static routing protocol for IP version 4 stacks.
*