src/core/boolean.h
changeset 2584 5011c132ed6c
parent 2581 31d4960dc31b
child 2928 554e10cdc747
--- a/src/core/boolean.h	Mon Mar 10 13:09:32 2008 -0700
+++ b/src/core/boolean.h	Mon Mar 10 14:05:26 2008 -0700
@@ -25,6 +25,12 @@
 
 namespace ns3 {
 
+/**
+ * \brief Hold a bool native type
+ *
+ * This class can be used to hold bool variables
+ * which must go through the Attribute system.
+ */
 class Boolean
 {
 public: