clockvector: add documentation
[c11tester.git] / clockvector.h
index d233cdd136c46f7e00c547f9ac1d4be95d62cdee..7f32b7e6cbfba459ba97420a1624c02fd010b6be 100644 (file)
@@ -22,7 +22,10 @@ public:
 
        MEMALLOC
 private:
+       /** @brief Holds the actual clock data, as an array. */
        int *clock;
+
+       /** @brief The number of threads recorded in clock (i.e., its length).  */
        int num_threads;
 };