doc/manual/source/attributes.rst
changeset 11249 525aab463dac
parent 10868 ef7573b0eb30
child 11680 8ec1579db3a0
--- a/doc/manual/source/attributes.rst	Fri Mar 27 11:52:48 2015 -0700
+++ b/doc/manual/source/attributes.rst	Fri Mar 27 11:58:58 2015 -0700
@@ -165,6 +165,7 @@
     {
       static TypeId tid = TypeId ("ns3::Node")
         .SetParent<Object> ()
+        .SetGroupName ("Network")
         .AddConstructor<Node> ()
         .AddAttribute ("DeviceList",
 	               "The list of devices associated to this Node.",
@@ -300,6 +301,7 @@
     {
       static TypeId tid = TypeId ("ns3::DropTailQueue")
         .SetParent<Queue> ()
+        .SetGroupName ("Network")
         .AddConstructor<DropTailQueue> ()
         .AddAttribute ("MaxPackets", 
                        "The maximum number of packets accepted by this DropTailQueue.",