Index: trunk/phase3/maintenance/benchmarks/benchmarkPurge.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
21 | 21 | * @file |
22 | | - * @ingroup Maintenance |
| 22 | + * @ingroup Benchmark |
23 | 23 | */ |
24 | 24 | |
25 | 25 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
Index: trunk/phase3/maintenance/benchmarks/bench_if_switch.php |
— | — | @@ -18,8 +18,8 @@ |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
21 | 21 | * @file |
22 | | - * @ingroup Maintenance |
23 | | - * @author Platonides |
| 22 | + * @ingroup Benchmark |
| 23 | + * @author Platonides |
24 | 24 | */ |
25 | 25 | |
26 | 26 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
Index: trunk/phase3/maintenance/benchmarks/benchmarkHooks.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | * http://www.gnu.org/copyleft/gpl.html |
18 | 18 | * |
19 | 19 | * @file |
20 | | - * @ingroup Maintenance |
| 20 | + * @ingroup Benchmark |
21 | 21 | */ |
22 | 22 | |
23 | 23 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
Index: trunk/phase3/maintenance/benchmarks/bench_HTTP_HTTPS.php |
— | — | @@ -18,8 +18,8 @@ |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
21 | 21 | * @file |
22 | | - * @ingroup Maintenance |
23 | | - * @author Platonides |
| 22 | + * @ingroup Benchmark |
| 23 | + * @author Platonides |
24 | 24 | */ |
25 | 25 | |
26 | 26 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
Index: trunk/phase3/maintenance/benchmarks/bench_strtr_str_replace.php |
— | — | @@ -1,4 +1,8 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * @file |
| 5 | + * @ingroup Benchmark |
| 6 | + */ |
3 | 7 | |
4 | 8 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
5 | 9 | |
Index: trunk/phase3/maintenance/benchmarks/Benchmarker.php |
— | — | @@ -1,6 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | 4 | * @defgroup Benchmark Benchmark |
| 5 | + * @ingroup Maintenance |
5 | 6 | */ |
6 | 7 | |
7 | 8 | /** |
— | — | @@ -23,7 +24,7 @@ |
24 | 25 | * |
25 | 26 | * @todo Report PHP version, OS .. |
26 | 27 | * @file |
27 | | - * @ingroup Maintenance Benchmark |
| 28 | + * @ingroup Benchmark |
28 | 29 | */ |
29 | 30 | |
30 | 31 | require_once( dirname( __FILE__ ) . '/../Maintenance.php' ); |
Index: trunk/phase3/maintenance/benchmarks/bench_wfIsWindows.php |
— | — | @@ -18,8 +18,8 @@ |
19 | 19 | * http://www.gnu.org/copyleft/gpl.html |
20 | 20 | * |
21 | 21 | * @file |
22 | | - * @ingroup Maintenance |
23 | | - * @author Platonides |
| 22 | + * @ingroup Benchmark |
| 23 | + * @author Platonides |
24 | 24 | */ |
25 | 25 | |
26 | 26 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
Index: trunk/phase3/maintenance/benchmarks/bench_delete_truncate.php |
— | — | @@ -1,4 +1,8 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * @file |
| 5 | + * @ingroup Benchmark |
| 6 | + */ |
3 | 7 | |
4 | 8 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
5 | 9 | |