src/core/model/win32-system-wall-clock-ms.cc
changeset 11097 caafe12b0378
parent 11046 e62bccfbe56e
--- a/src/core/model/win32-system-wall-clock-ms.cc	Sun Dec 07 22:08:04 2014 -0800
+++ b/src/core/model/win32-system-wall-clock-ms.cc	Tue Dec 09 13:17:49 2014 -0800
@@ -22,10 +22,17 @@
 
 #include <ctime>
 
+/**
+ * \file
+ * \ingroup system
+ * Wall clock class ns3::SystemWallClockMs implementation
+ * for Windows-32 systems.
+ */
+
 namespace ns3 {
 
 /**
- * \ingroup testingimpl
+ * \ingroup system
  * \brief System-dependent implementation for SystemWallClockMs
  */
 class SystemWallClockMsPrivate {