Fix doc for maintenance/benchmarks

This commit is contained in:
Antoine Musso 2012-02-08 16:49:53 +00:00
parent 394c8b5234
commit 4e9e4dd912
8 changed files with 18 additions and 9 deletions

View file

@ -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' );

View file

@ -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' );

View file

@ -1,4 +1,8 @@
<?php
/**
* @file
* @ingroup Benchmark
*/
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );

View file

@ -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' );

View file

@ -1,4 +1,8 @@
<?php
/**
* @file
* @ingroup Benchmark
*/
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );

View file

@ -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' );

View file

@ -16,7 +16,7 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @ingroup Maintenance
* @ingroup Benchmark
*/
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );

View file

@ -18,7 +18,7 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @ingroup Maintenance
* @ingroup Benchmark
*/
require_once( dirname( __FILE__ ) . '/Benchmarker.php' );