From 33bbbe5b9c7b2eecaeaf366cc56b0cb3f50034b0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 29 Apr 2022 15:48:10 -0700 Subject: [PATCH] wifi: Fix broken links in Doxygen --- src/wifi/helper/yans-wifi-helper.h | 5 +++-- src/wifi/model/yans-wifi-phy.h | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/wifi/helper/yans-wifi-helper.h b/src/wifi/helper/yans-wifi-helper.h index 967df1d41..fd53c3078 100644 --- a/src/wifi/helper/yans-wifi-helper.h +++ b/src/wifi/helper/yans-wifi-helper.h @@ -31,7 +31,7 @@ namespace ns3 { * * The intent of this class is to make it easy to create a channel object * which implements the YANS channel model. The YANS channel model is described - * in "Yet Another Network Simulator", http://cutebugs.net/files/wns2-yans.pdf + * in "Yet Another Network Simulator"; an author-prepared version of this paper * is at: https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf */ class YansWifiChannelHelper { @@ -151,7 +151,8 @@ private: * \brief Make it easy to create and manage PHY objects for the YANS model. * * The YANS PHY model is described in "Yet Another Network Simulator", - * http://cutebugs.net/files/wns2-yans.pdf + * published in WNS2 2006; an author-prepared version of this paper + * is at: https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf * * The Pcap and ASCII traces generated by the EnableAscii and EnablePcap methods defined * in this class correspond to PHY-level traces and come to us via WifiPhyHelper diff --git a/src/wifi/model/yans-wifi-phy.h b/src/wifi/model/yans-wifi-phy.h index 7ba3f3f5b..8bf7dc822 100644 --- a/src/wifi/model/yans-wifi-phy.h +++ b/src/wifi/model/yans-wifi-phy.h @@ -35,9 +35,9 @@ class YansWifiChannel; * * This PHY implements a model of 802.11a. The model * implemented here is based on the model described - * in "Yet Another Network Simulator", - * (http://cutebugs.net/files/wns2-yans.pdf). - * + * in "Yet Another Network Simulator" published in WNS2 2006; + * an author-prepared version of this paper is at: + * https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf * * This PHY model depends on a channel loss and delay * model as provided by the ns3::PropagationLossModel