(bug 15473) Correcting Doxygen comment for ApiEditPage
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Sep 2008 13:40:33 +0000 (13:40 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 4 Sep 2008 13:40:33 +0000 (13:40 +0000)
includes/api/ApiEditPage.php

index d019b24..ec896e6 100644 (file)
@@ -29,8 +29,10 @@ if (!defined('MEDIAWIKI')) {
 }
 
 /**
- * A query module to list all external URLs found on a given set of pages.
+ * A module that allows for editing and creating pages.
  *
+ * Currently, this wraps around the EditPage class in an ugly way,
+ * EditPage.php should be rewritten to provide a cleaner interface
  * @ingroup API
  */
 class ApiEditPage extends ApiBase {