src/core/attribute-test.cc
changeset 2602 d9262bff6df2
parent 2599 fcc1728eb669
child 2613 0e1267814e1c
--- a/src/core/attribute-test.cc	Thu Mar 13 11:21:12 2008 -0700
+++ b/src/core/attribute-test.cc	Thu Mar 13 12:56:49 2008 -0700
@@ -98,6 +98,7 @@
   static TypeId GetTypeId (void) {
     static TypeId tid = TypeId ("AttributeObjectTest")
       .SetParent<Object> ()
+      .HideFromDocumentation ()
       .AddAttribute ("TestBoolName", "help text",
 		     Boolean (false),
 		     MakeBooleanAccessor (&AttributeObjectTest::m_boolTest),