diff options
Diffstat (limited to 'includes/Profiler.php')
-rw-r--r-- | includes/Profiler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Profiler.php b/includes/Profiler.php index 8307690ddf3d..da3a82eda610 100644 --- a/includes/Profiler.php +++ b/includes/Profiler.php @@ -40,6 +40,7 @@ if (!function_exists('memory_get_usage')) { /** * @todo document + * @addtogroup Profiler */ class Profiler { var $mStack = array (), $mWorkStack = array (), $mCollated = array (); |