* Add a nice fieldset around the input form
[lhc/web/wiklou.git] / includes / ProfilerSimpleUDP.php
index a8ca97f..7d2f7e2 100644 (file)
@@ -6,6 +6,7 @@ require_once(dirname(__FILE__).'/ProfilerSimple.php');
 /**
  * ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon
  * (the one from mediawiki/trunk/udpprofile SVN )
+ * @addtogroup Profiler
  */
 class ProfilerSimpleUDP extends ProfilerSimple {
        function getFunctionReport() {
@@ -36,4 +37,4 @@ class ProfilerSimpleUDP extends ProfilerSimple {
                socket_sendto($sock,$packet,$plength,0x100,$wgUDPProfilerHost,$wgUDPProfilerPort);
        }
 }
-?>
+