wifi: Extend documentation helper for attribute implementations
This commit is contained in:
@@ -878,6 +878,14 @@ PrintAttributeImplementations (std::ostream & os)
|
||||
{ "Address", "Address", true, "address.h" },
|
||||
{ "Box", "Box", true, "box.h" },
|
||||
{ "DataRate", "DataRate", true, "data-rate.h" },
|
||||
{ "DsssParameterSet",
|
||||
"DsssParameterSet",
|
||||
true, "dsss-parameter-set.h"},
|
||||
{ "EdcaParameterSet",
|
||||
"EdcaParameterSet",
|
||||
true, "edca-parameter-set.h"},
|
||||
{ "ErpInformation", "ErpInformation", true, "erp-information.h" },
|
||||
{ "HeCapabilities", "HeCapabilities", true, "he-capabilities.h" },
|
||||
{ "HtCapabilities", "HtCapabilities", true, "ht-capabilities.h" },
|
||||
{ "IeMeshId", "IeMeshId", true, "ie-dot11s-id.h" },
|
||||
{ "Ipv4Address", "Ipv4Address", true, "ipv4-address.h" },
|
||||
@@ -898,6 +906,8 @@ PrintAttributeImplementations (std::ostream & os)
|
||||
{ "ValueClassTest", "ValueClassTest", false, "" /* outside ns3 */ },
|
||||
{ "Vector2D", "Vector2D", true, "vector.h" },
|
||||
{ "Vector3D", "Vector3D", true, "vector.h" },
|
||||
{ "VhtCapabilities","VhtCapabilities",true, "vht-capabilities.h" },
|
||||
{ "VhtOperation", "VhtOperation", true, "vht-operation.h" },
|
||||
{ "Waypoint", "Waypoint", true, "waypoint.h" },
|
||||
{ "WifiMode", "WifiMode", true, "wifi-mode.h" },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user