# HG changeset patch # User Peter D. Barnes, Jr. # Date 1372889117 25200 # Node ID f91da274b2155c985f43e5f2a2afa0d5eafb9f5e # Parent 7a448f745b9d414e02ea2c4614fb3af6f7045c55 Doxygenate \internal diff -r 7a448f745b9d -r f91da274b215 doc/doxygen.conf --- a/doc/doxygen.conf Wed Jul 03 14:45:39 2013 -0700 +++ b/doc/doxygen.conf Wed Jul 03 15:05:17 2013 -0700 @@ -196,7 +196,7 @@ ALIASES = # Set off \internal docs -ALIASES += intern="\internal \par \b Internal:" +ALIASES += internal="\par \b Internal:" # Typeset parameter name in docs as in the "Parameters:" list # Usage: /** \param [in/out] tag If found, \pname{tag} is ... */ diff -r 7a448f745b9d -r f91da274b215 src/aodv/test/aodv-regression.h --- a/src/aodv/test/aodv-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/aodv/test/aodv-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -165,7 +165,7 @@ ~ChainRegressionTest (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// PCAP file names prefix diff -r 7a448f745b9d -r f91da274b215 src/aodv/test/bug-772.h --- a/src/aodv/test/bug-772.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/aodv/test/bug-772.h Wed Jul 03 15:05:17 2013 -0700 @@ -50,7 +50,7 @@ ~Bug772ChainTest (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// PCAP file names prefix diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/dot11s/hwmp-proactive-regression.h --- a/src/mesh/test/dot11s/hwmp-proactive-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/dot11s/hwmp-proactive-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -64,7 +64,7 @@ void CheckResults (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time; diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/dot11s/hwmp-reactive-regression.h --- a/src/mesh/test/dot11s/hwmp-reactive-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/dot11s/hwmp-reactive-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -77,7 +77,7 @@ virtual void DoRun (); void CheckResults (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time; diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/dot11s/hwmp-simplest-regression.h --- a/src/mesh/test/dot11s/hwmp-simplest-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/dot11s/hwmp-simplest-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -75,7 +75,7 @@ void CheckResults (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time; diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/dot11s/hwmp-target-flags-regression.h --- a/src/mesh/test/dot11s/hwmp-target-flags-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/dot11s/hwmp-target-flags-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -74,7 +74,7 @@ void CheckResults (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time; diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/dot11s/pmp-regression.h --- a/src/mesh/test/dot11s/pmp-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/dot11s/pmp-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -49,7 +49,7 @@ ~PeerManagementProtocolRegressionTest (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time; diff -r 7a448f745b9d -r f91da274b215 src/mesh/test/flame/flame-regression.h --- a/src/mesh/test/flame/flame-regression.h Wed Jul 03 14:45:39 2013 -0700 +++ b/src/mesh/test/flame/flame-regression.h Wed Jul 03 15:05:17 2013 -0700 @@ -63,7 +63,7 @@ void CheckResults (); private: - /// XXX It is important to have pointers here + /// \internal It is important to have pointers here NodeContainer * m_nodes; /// Simulation time Time m_time;