diff options
Diffstat (limited to 'includes/api/ApiBase.php')
-rw-r--r-- | includes/api/ApiBase.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index a29e3360cc82..a8b1939958f0 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1,6 +1,5 @@ <?php - /* * Created on Sep 5, 2006 * @@ -26,6 +25,7 @@ /** * @todo Document - e.g. Provide top-level description of this class. + * @addtogroup API */ abstract class ApiBase { @@ -533,4 +533,4 @@ abstract class ApiBase { return __CLASS__ . ': $Id$'; } } -?>
\ No newline at end of file +?> |