(bug 16899) DISPLAYTITLE should allow Arabic and Persian harakats
[lhc/web/wiklou.git] / includes / ProfilerSimpleText.php
index 2ce4dea..9252e30 100644 (file)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * @file
+ * @ingroup Profiler
+ */
+
 require_once( dirname( __FILE__ ) . '/ProfilerSimple.php' );
 
 /**
@@ -10,7 +15,7 @@ require_once( dirname( __FILE__ ) . '/ProfilerSimple.php' );
  * $wgProfiler = new ProfilerSimpleText;
  * $wgProfiler->visible=true;
  *
- * @addtogroup Profiler
+ * @ingroup Profiler
  */
 class ProfilerSimpleText extends ProfilerSimple {
        public $visible=false; /* Show as <PRE> or <!-- ? */