topology-read doxygen fix

This commit is contained in:
Tommaso Pecorella
2013-11-20 20:12:13 +01:00
parent ad96327325
commit 331a645768

View File

@@ -78,6 +78,16 @@ RocketfuelTopologyReader::~RocketfuelTopologyReader ()
#define ROCKETFUEL_WEIGHTS_LINE \
START "([^ \t]+)" SPACE "([^ \t]+)" SPACE "([0-9.]+)" MAYSPACE END
/**
* \brief Print node info
* \param uid node ID
* \param loc node location
* \param dns is a DNS node ?
* \param bb is a BB node ?
* \param neighListSize size of neighbor list
* \param name node name
* \param radius node radius
*/
static inline void
PrintNodeInfo (std::string & uid, std::string & loc, bool dns, bool bb,
std::vector <std::string>::size_type neighListSize,