Fix doc for maintenance/benchmarks
This commit is contained in:
parent
394c8b5234
commit
4e9e4dd912
8 changed files with 18 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @defgroup Benchmark Benchmark
|
||||
* @ingroup Maintenance
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
*
|
||||
* @todo Report PHP version, OS ..
|
||||
* @file
|
||||
* @ingroup Maintenance Benchmark
|
||||
* @ingroup Benchmark
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/../Maintenance.php' );
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Platonides
|
||||
* @ingroup Benchmark
|
||||
* @author Platonides
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* @ingroup Benchmark
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Platonides
|
||||
* @ingroup Benchmark
|
||||
* @author Platonides
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* @ingroup Benchmark
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Platonides
|
||||
* @ingroup Benchmark
|
||||
* @author Platonides
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @ingroup Benchmark
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @ingroup Benchmark
|
||||
*/
|
||||
|
||||
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue