From 683af560b11fdf65e6dd3dec4a24861b6c023e72 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 21 Dec 2012 15:50:25 -0800 Subject: [PATCH] workaround for bug 1561: doxygen for optional modules --- utils/print-introspected-doxygen.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index 6ab278669..80249c30f 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -496,7 +496,6 @@ int main (int argc, char *argv[]) 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.