* It's not nice to throw sql errors with invalid input
[lhc/web/wiklou.git] / includes / ProfilerSimple.php
index a52af25..b07f251 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;
@@ -121,4 +122,4 @@ class ProfilerSimple extends Profiler {
                }
        }
 }
-?>
+