Doxygenate \internal

This commit is contained in:
Peter D. Barnes, Jr.
2013-07-03 15:05:17 -07:00
parent 12ea93c5a1
commit daefbadea4
9 changed files with 9 additions and 9 deletions

View File

@@ -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 ... */

View File

@@ -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

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;