(bug 18317) Bolded selections in 1 | 3 | etc days on RecentChanges now use <strong...
[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 <!-- ? */