From daefbadea4859160fcc40c0833def6f201c287dd Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Wed, 3 Jul 2013 15:05:17 -0700 Subject: [PATCH] Doxygenate \internal --- doc/doxygen.conf | 2 +- src/aodv/test/aodv-regression.h | 2 +- src/aodv/test/bug-772.h | 2 +- src/mesh/test/dot11s/hwmp-proactive-regression.h | 2 +- src/mesh/test/dot11s/hwmp-reactive-regression.h | 2 +- src/mesh/test/dot11s/hwmp-simplest-regression.h | 2 +- src/mesh/test/dot11s/hwmp-target-flags-regression.h | 2 +- src/mesh/test/dot11s/pmp-regression.h | 2 +- src/mesh/test/flame/flame-regression.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 0f9df3d5c..716039f8b 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -196,7 +196,7 @@ TAB_SIZE = 4 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 --git a/src/aodv/test/aodv-regression.h b/src/aodv/test/aodv-regression.h index 4ebf18431..7a631309b 100644 --- a/src/aodv/test/aodv-regression.h +++ b/src/aodv/test/aodv-regression.h @@ -165,7 +165,7 @@ public: ~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 --git a/src/aodv/test/bug-772.h b/src/aodv/test/bug-772.h index e82132801..4f2e60607 100644 --- a/src/aodv/test/bug-772.h +++ b/src/aodv/test/bug-772.h @@ -50,7 +50,7 @@ public: ~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 --git a/src/mesh/test/dot11s/hwmp-proactive-regression.h b/src/mesh/test/dot11s/hwmp-proactive-regression.h index eefebfdcc..6620d546d 100644 --- a/src/mesh/test/dot11s/hwmp-proactive-regression.h +++ b/src/mesh/test/dot11s/hwmp-proactive-regression.h @@ -64,7 +64,7 @@ public: 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 --git a/src/mesh/test/dot11s/hwmp-reactive-regression.h b/src/mesh/test/dot11s/hwmp-reactive-regression.h index a37776447..4088f1a8a 100644 --- a/src/mesh/test/dot11s/hwmp-reactive-regression.h +++ b/src/mesh/test/dot11s/hwmp-reactive-regression.h @@ -77,7 +77,7 @@ public: 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 --git a/src/mesh/test/dot11s/hwmp-simplest-regression.h b/src/mesh/test/dot11s/hwmp-simplest-regression.h index 4367c8e31..0fb84583d 100644 --- a/src/mesh/test/dot11s/hwmp-simplest-regression.h +++ b/src/mesh/test/dot11s/hwmp-simplest-regression.h @@ -75,7 +75,7 @@ public: 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 --git a/src/mesh/test/dot11s/hwmp-target-flags-regression.h b/src/mesh/test/dot11s/hwmp-target-flags-regression.h index 441e99799..c5caa2887 100644 --- a/src/mesh/test/dot11s/hwmp-target-flags-regression.h +++ b/src/mesh/test/dot11s/hwmp-target-flags-regression.h @@ -74,7 +74,7 @@ public: 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 --git a/src/mesh/test/dot11s/pmp-regression.h b/src/mesh/test/dot11s/pmp-regression.h index 071ca29fc..367f77b10 100644 --- a/src/mesh/test/dot11s/pmp-regression.h +++ b/src/mesh/test/dot11s/pmp-regression.h @@ -49,7 +49,7 @@ public: ~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 --git a/src/mesh/test/flame/flame-regression.h b/src/mesh/test/flame/flame-regression.h index ebcc69723..8f5e48685 100644 --- a/src/mesh/test/flame/flame-regression.h +++ b/src/mesh/test/flame/flame-regression.h @@ -63,7 +63,7 @@ public: 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;