src/stats/model/time-data-calculators.h
changeset 7241 0a7a16b599e8
parent 7189 a3a61f7d66ef
child 7256 b04ba6772f8c
--- a/src/stats/model/time-data-calculators.h	Wed May 18 20:01:44 2011 -0400
+++ b/src/stats/model/time-data-calculators.h	Wed May 18 17:24:04 2011 -0700
@@ -31,6 +31,8 @@
 //------------------------------------------------------------
 //--------------------------------------------
 /**
+ * \ingroup stats
+ *
  * Unfortunately, templating the base MinMaxAvgTotalCalculator to
  * operate over Time values isn't straightforward.  The main issues
  * are setting the maximum value, which can be worked around easily