--- 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.",