diff options
Diffstat (limited to 'includes/api/ApiQueryRecentChanges.php')
-rw-r--r-- | includes/api/ApiQueryRecentChanges.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/api/ApiQueryRecentChanges.php b/includes/api/ApiQueryRecentChanges.php index b1cf4102f87c..cec0fb5e4621 100644 --- a/includes/api/ApiQueryRecentChanges.php +++ b/includes/api/ApiQueryRecentChanges.php @@ -1,6 +1,5 @@ <?php - /* * Created on Oct 19, 2006 * @@ -29,6 +28,9 @@ if (!defined('MEDIAWIKI')) { require_once ('ApiQueryBase.php'); } +/** + * @addtogroup API + */ class ApiQueryRecentChanges extends ApiQueryBase { public function __construct($query, $moduleName) { @@ -184,4 +186,4 @@ class ApiQueryRecentChanges extends ApiQueryBase { return __CLASS__ . ': $Id$'; } } -?>
\ No newline at end of file +?> |