API: Various docu and clean-up.
[lhc/web/wiklou.git] / includes / api / ApiChangeRights.php
index 395f1c9..f51bc04 100644 (file)
@@ -27,7 +27,10 @@ if (!defined('MEDIAWIKI')) {
        require_once ("ApiBase.php");
 }
 
-/**
+/** 
+ * API module that facilitates the changing of user rights. The API eqivalent of
+ * Special:Userrights. Requires API write mode to be enabled.
+ *
  * @addtogroup API
  */
 class ApiChangeRights extends ApiBase {