Fix Doxygen formatting

This commit is contained in:
Eduardo Almeida
2024-08-20 14:44:36 +01:00
parent 4f8f110e7d
commit e8ed6a539c
33 changed files with 98 additions and 88 deletions

View File

@@ -125,7 +125,8 @@ experiment(bool enableCtsRts, std::string wifiManager)
cbrApps.Add(onOffHelper.Install(nodes.Get(0)));
// flow 2: node 2 -> node 1
/** \internal
/**
* \internal
* The slightly different start times and data rates are a workaround
* for \bugid{388} and \bugid{912}
*/
@@ -133,7 +134,8 @@ experiment(bool enableCtsRts, std::string wifiManager)
onOffHelper.SetAttribute("StartTime", TimeValue(Seconds(1.001)));
cbrApps.Add(onOffHelper.Install(nodes.Get(2)));
/** \internal
/**
* \internal
* We also use separate UDP applications that will send a single
* packet before the CBR flows start.
* This is a workaround for the lack of perfect ARP, see \bugid{187}