record Doxygen aggregation info for additional classes
authorTom Henderson <tomh@tomh.org>
Thu, 20 Nov 2014 13:42:09 -0800
changeset 11070 1d5abc727f83
parent 11069 759387e4ef13
child 11071 a56a9c698d63
record Doxygen aggregation info for additional classes
utils/print-introspected-doxygen.cc
--- a/utils/print-introspected-doxygen.cc	Thu Nov 20 13:41:38 2014 -0800
+++ b/utils/print-introspected-doxygen.cc	Thu Nov 20 13:42:09 2014 -0800
@@ -1234,12 +1234,22 @@
   info.RecordAggregationInfo ("ns3::Node", "ns3::olsr::RoutingProtocol");
   info.RecordAggregationInfo ("ns3::Node", "ns3::MobilityModel");
   info.RecordAggregationInfo ("ns3::Node", "ns3::Ipv4L3Protocol");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::Ipv4NixVectorRouting");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::Icmpv4L4Protocol");
   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::RipNg");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::GlobalRouter");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::aodv::RoutingProtocol");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::dsdv::RoutingProtocol");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::dsr::DsrRouting");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::olsr::RoutingProtocol");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::EnergyHarvesterContainer");
+  info.RecordAggregationInfo ("ns3::Node", "ns3::EnergySourceContainer");
 
   // Create a channel object so that channels appear in the namespace
   // paths that will be generated here.