From 05ddd7089b58ce525d994cdaf9e025a720e1881e Mon Sep 17 00:00:00 2001 From: Mitch Watrous Date: Fri, 7 Dec 2012 10:12:40 -0800 Subject: [PATCH] Bug 1520 (More partially) - config paths not documented --- utils/print-introspected-doxygen.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index 426c30e0c..6ab278669 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -491,6 +491,12 @@ int main (int argc, char *argv[]) info.RecordAggregationInfo ("ns3::Node", "ns3::MobilityModel"); info.RecordAggregationInfo ("ns3::Node", "ns3::Ipv4L3Protocol"); info.RecordAggregationInfo ("ns3::Node", "ns3::ArpL3Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::Icmpv4L4Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::UdpL4Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::Ipv6L3Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::Icmpv6L4Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::TcpL4Protocol"); + info.RecordAggregationInfo ("ns3::Node", "ns3::NscTcpL4Protocol"); // Create a channel object so that channels appear in the namespace // paths that will be generated here.