From: Alexandre Emsenhuber Date: Mon, 19 Nov 2012 20:26:53 +0000 (+0100) Subject: Follow-up I214a988e (42a8daa): move documentation to the correct block X-Git-Tag: 1.31.0-rc.0~21576^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=086a11b4dd91d70cef490467c432b90b3b8ee4cb;p=lhc%2Fweb%2Fwiklou.git Follow-up I214a988e (42a8daa): move documentation to the correct block These lines belongs to the whole file, not only to that class. Change-Id: Ib61eae1e8f7d50d29a929c6034ede08a851105c9 --- diff --git a/includes/site/MediaWikiSite.php b/includes/site/MediaWikiSite.php index c831f81552..b2e2e71882 100644 --- a/includes/site/MediaWikiSite.php +++ b/includes/site/MediaWikiSite.php @@ -18,6 +18,11 @@ * http://www.gnu.org/copyleft/gpl.html * * @file + * @ingroup Site + * @license GNU GPL v2+ + * @author John Erling Blad < jeblad@gmail.com > + * @author Daniel Kinzler + * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ /** @@ -26,11 +31,6 @@ * @since 1.21 * * @ingroup Site - * - * @license GNU GPL v2+ - * @author John Erling Blad < jeblad@gmail.com > - * @author Daniel Kinzler - * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ class MediaWikiSite extends SiteObject {