--- a/src/internet/helper/ipv4-global-routing-helper.h Fri Oct 31 13:36:46 2014 -0700
+++ b/src/internet/helper/ipv4-global-routing-helper.h Mon Nov 03 12:33:13 2014 -0800
@@ -44,7 +44,6 @@
Ipv4GlobalRoutingHelper (const Ipv4GlobalRoutingHelper &);
/**
- * \internal
* \returns pointer to clone of this Ipv4GlobalRoutingHelper
*
* This method is mainly for internal use by the other helpers;
@@ -85,7 +84,6 @@
static void RecomputeRoutingTables (void);
private:
/**
- * \internal
* \brief Assignment operator declared private and not implemented to disallow
* assignment and prevent the compiler from happily inserting its own.
* \return