* (bug 20336) changed json_decode json_encode to static class in global functions
[lhc/web/wiklou.git] / includes / ProfilerSimpleUDP.php
index 51e7871..67ad97f 100644 (file)
@@ -1,11 +1,15 @@
 <?php
+/**
+ * @file
+ * @ingroup Profiler
+ */
 
 require_once(dirname(__FILE__).'/ProfilerSimple.php');
 
 /**
  * ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon
  * (the one from mediawiki/trunk/udpprofile SVN )
- * @addtogroup Profiler
+ * @ingroup Profiler
  */
 class ProfilerSimpleUDP extends ProfilerSimple {
        function getFunctionReport() {