src/core/model/system-wall-clock-ms.h
changeset 11097 caafe12b0378
parent 11046 e62bccfbe56e
child 11531 5d6b3f94ebf3
--- a/src/core/model/system-wall-clock-ms.h	Sun Dec 07 22:08:04 2014 -0800
+++ b/src/core/model/system-wall-clock-ms.h	Tue Dec 09 13:17:49 2014 -0800
@@ -23,14 +23,31 @@
 
 #include <stdint.h>
 
+/**
+ * \file
+ * \ingroup system
+ * System-independent wall clock class ns3::SystemWallClockMs declaration.
+ */
+
 namespace ns3 {
 
 /**
- * \addtogroup core
- * \see SystemWallClockMs
+ * @ingroup core
+ * @defgroup system System Services
+ *
+ * System-independent interfaces to operating system services:
+ * files system, threading, wall clock time.
+ *
+ * Services provided:
+ *
+ *   - File and directory paths.
+ *   - Thread primitives:  threads, conditional waits, mutex, critical sections.
+ *   - Asynchronous input from a file descriptor.
+ *   - Wall clock time.
  */
+
 /**
- * \ingroup testing
+ * \ingroup system
  * \brief Measure elapsed wall clock time in milliseconds.
  */
 class SystemWallClockMs {