fix doxygen collision
authorTom Henderson <tomh@tomh.org>
Tue, 09 Jun 2009 06:47:18 -0700
changeset 4526 4d3213e6eecd
parent 4525 f0bb75ea4184
child 4527 7a1359808b0e
child 4544 c9bdb91e40cb
fix doxygen collision
src/node/ipv4-list-routing.h
src/node/ipv4-route.h
src/node/ipv4-routing-protocol.h
src/node/ipv4-routing-table-entry.h
src/node/ipv4-static-routing.h
--- a/src/node/ipv4-list-routing.h	Tue Jun 09 06:10:09 2009 -0700
+++ b/src/node/ipv4-list-routing.h	Tue Jun 09 06:47:18 2009 -0700
@@ -24,7 +24,7 @@
 namespace ns3 {
 
 /**
- * \ingroup ipv4-routing 
+ * \ingroup ipv4Routing 
  *
  * This class is a specialization of Ipv4RoutingProtocol that allows 
  * other instances of Ipv4RoutingProtocol to be inserted in a 
--- a/src/node/ipv4-route.h	Tue Jun 09 06:10:09 2009 -0700
+++ b/src/node/ipv4-route.h	Tue Jun 09 06:47:18 2009 -0700
@@ -31,7 +31,7 @@
 class NetDevice;
 
 /**
- * \ingroup ipv4-routing
+ * \ingroup ipv4Routing
  *
  *\brief Ipv4 route cache entry (similar to Linux struct rtable)
  *
@@ -99,7 +99,7 @@
 std::ostream& operator<< (std::ostream& os, Ipv4Route const& route);
 
 /**
- * \ingroup ipv4-routing
+ * \ingroup ipv4Routing
  * 
  * \brief Ipv4 multicast route cache entry (similar to Linux struct mfc_cache)
  */
--- a/src/node/ipv4-routing-protocol.h	Tue Jun 09 06:10:09 2009 -0700
+++ b/src/node/ipv4-routing-protocol.h	Tue Jun 09 06:47:18 2009 -0700
@@ -32,7 +32,7 @@
 
 /**
  * \ingroup node 
- * \defgroup ipv4-routing Ipv4 Routing
+ * \defgroup ipv4Routing Ipv4 Routing
  *
  * Abstract base class for Ipv4 routing protocols.  Defines two
  * virtual functions for packet routing and forwarding.  The first, 
--- a/src/node/ipv4-routing-table-entry.h	Tue Jun 09 06:10:09 2009 -0700
+++ b/src/node/ipv4-routing-table-entry.h	Tue Jun 09 06:47:18 2009 -0700
@@ -29,7 +29,7 @@
 namespace ns3 {
 
 /**
- * \ingroup ipv4-routing
+ * \ingroup ipv4Routing
  *
  * A record of an IPv4 routing table entry for Ipv4GlobalRouting and 
  * Ipv4StaticRouting.  This is not a reference counted object.
@@ -155,7 +155,7 @@
 std::ostream& operator<< (std::ostream& os, Ipv4RoutingTableEntry const& route);
 
 /**
- * \ingroup ipv4-routing
+ * \ingroup ipv4Routing
  *
  * \brief A record of an IPv4 multicast route for Ipv4GlobalRouting and Ipv4StaticRouting
  */
--- a/src/node/ipv4-static-routing.h	Tue Jun 09 06:10:09 2009 -0700
+++ b/src/node/ipv4-static-routing.h	Tue Jun 09 06:47:18 2009 -0700
@@ -44,7 +44,7 @@
 class Ipv4MulticastRoutingTableEntry;
 
 /**
- * \ingroup ipv4-routing
+ * \ingroup ipv4Routing
  * 
  * \brief Static routing protocol for IP version 4 stacks.
  *