From: Roan Kattouw Date: Thu, 4 Sep 2008 13:40:33 +0000 (+0000) Subject: (bug 15473) Correcting Doxygen comment for ApiEditPage X-Git-Tag: 1.31.0-rc.0~45490 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=b294f9a437dfb570190ccf99e06201eec2ca5c66;p=lhc%2Fweb%2Fwiklou.git (bug 15473) Correcting Doxygen comment for ApiEditPage --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index d019b245a7..ec896e661c 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -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 {