--- a/src/core/model/uinteger.h Wed Jan 07 15:41:00 2015 -0800
+++ b/src/core/model/uinteger.h Wed Jan 07 15:43:53 2015 -0800
@@ -25,9 +25,15 @@
#include <stdint.h>
#include <limits>
+/**
+ * \file
+ * \ingroup attribute_Uinteger
+ * Unsigned integer attribute value declarations and template implementations.
+ */
+
namespace ns3 {
-// Additional docs for class DoubleValue:
+// Additional docs for class UintegerValue:
/**
* Hold an unsigned integer type.
*
@@ -69,6 +75,11 @@
} // namespace ns3
+
+/***************************************************************
+ * Implementation of the templates declared above.
+ ***************************************************************/
+
#include "type-name.h"
namespace ns3 {