(bug 7958) Special:Cite of older version of an article should use old version id.
[lhc/web/wiklou.git] / includes / ProfilerSimple.php
index a52af25..f43c7df 100644 (file)
@@ -5,6 +5,7 @@ require_once(dirname(__FILE__).'/Profiler.php');
 /**
  * Simple profiler base class.
  * @todo document methods (?)
+ * @addtogroup Profiler
  */
 class ProfilerSimple extends Profiler {
        var $mMinimumTime = 0;