src/core/enum.h
changeset 2584 5011c132ed6c
parent 2581 31d4960dc31b
child 2599 fcc1728eb669
--- a/src/core/enum.h	Mon Mar 10 13:09:32 2008 -0700
+++ b/src/core/enum.h	Mon Mar 10 14:05:26 2008 -0700
@@ -26,6 +26,12 @@
 
 namespace ns3 {
 
+/**
+ * \brief hold variables of type 'enum'
+ *
+ * This class can be used to hold variables of any kind
+ * of enum.
+ */
 class Enum : public AttributeValue
 {
 public: