API: Improvements to action=emailuser:
[lhc/web/wiklou.git] / includes / api / ApiFormatPhp.php
index c4f36e1..a86fb6e 100644 (file)
@@ -29,7 +29,7 @@ if (!defined('MEDIAWIKI')) {
 }
 
 /**
- * @addtogroup API
+ * @ingroup API
  */
 class ApiFormatPhp extends ApiFormatBase {
 
@@ -53,4 +53,3 @@ class ApiFormatPhp extends ApiFormatBase {
                return __CLASS__ . ': $Id$';
        }
 }
-