Jeroen De Dauw has submitted this change and it was merged. Change subject: Consolidate file header documentation for SemanticSignup.php ......................................................................
Consolidate file header documentation for SemanticSignup.php Change-Id: Ife66ccf5fca5d1ac783828e6b93daa12fd6a64b5 --- M SemanticSignup.hooks.php M SemanticSignup.i18n.aliases.php M SemanticSignup.i18n.magic.php M SemanticSignup.php M SemanticSignup.settings.php M includes/SES_Special.php 6 files changed, 14 insertions(+), 16 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved diff --git a/SemanticSignup.hooks.php b/SemanticSignup.hooks.php index 4c99e0c..8a1fdd9 100644 --- a/SemanticSignup.hooks.php +++ b/SemanticSignup.hooks.php @@ -9,7 +9,7 @@ * @ingroup SemanticSignup * * @licence GNU GPL v3+ - * @author Jeroen De Dauw < [email protected] > + * @author Jeroen De Dauw <[email protected]> */ final class SemanticSignupHooks { diff --git a/SemanticSignup.i18n.aliases.php b/SemanticSignup.i18n.aliases.php index d57494e..5592195 100644 --- a/SemanticSignup.i18n.aliases.php +++ b/SemanticSignup.i18n.aliases.php @@ -8,7 +8,7 @@ * @ingroup SemanticSignup * * @author Serhii Kutnii - * @author Jeroen De Dauw < [email protected] > + * @author Jeroen De Dauw <[email protected]> */ // @codingStandardsIgnoreFile @@ -67,4 +67,4 @@ /** Traditional Chinese (中文(繁體)) */ $specialPageAliases['zh-hant'] = array( 'SemanticSignup' => array( '语义注册' ), -); \ No newline at end of file +); diff --git a/SemanticSignup.i18n.magic.php b/SemanticSignup.i18n.magic.php index ff47091..8bd2ed3 100644 --- a/SemanticSignup.i18n.magic.php +++ b/SemanticSignup.i18n.magic.php @@ -8,7 +8,7 @@ * @ingroup SemanticSignup * * @author Serhii Kutnii - * @author Jeroen De Dauw < [email protected] > + * @author Jeroen De Dauw <[email protected]> */ $magicWords = array(); diff --git a/SemanticSignup.php b/SemanticSignup.php index 45c2858..4be13fb 100644 --- a/SemanticSignup.php +++ b/SemanticSignup.php @@ -1,22 +1,20 @@ <?php /** * Initialization file for the Semantic Signup extension. + * This documenation group collects source code files belonging to SemanticSignup. * - * Documentation: http://www.mediawiki.org/wiki/Extension:SemanticSignup - * Support: http://www.mediawiki.org/wiki/Extension_talk:SemanticSignup - * Source code: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticSignup.git + * Documentation: https://www.mediawiki.org/wiki/Extension:SemanticSignup + * Support: https://www.mediawiki.org/wiki/Extension talk:SemanticSignup + * Source code: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticSignup.git * * @file SemanticSignup.php + * @ingroup Extensions + * @defgroup SemanticSignup SemanticSignup * @ingroup SemanticSignup * * @licence GNU GPL v3+ - * @author Jeroen De Dauw < [email protected] > - */ - -/** - * This documenation group collects source code files belonging to SemanticSignup. - * - * @defgroup SemanticSignup SemanticSignup + * @link https://www.mediawiki.org/wiki/Extension:SemanticSignup + * @author Jeroen De Dauw <[email protected]> */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/SemanticSignup.settings.php b/SemanticSignup.settings.php index 21f9060..9260394 100644 --- a/SemanticSignup.settings.php +++ b/SemanticSignup.settings.php @@ -13,7 +13,7 @@ * @ingroup SemanticSignup * * @licence GNU GPL v3+ - * @author Jeroen De Dauw < [email protected] > + * @author Jeroen De Dauw <[email protected]> */ class SemanticSignupSettings { diff --git a/includes/SES_Special.php b/includes/SES_Special.php index f217a7d..aa7adec 100644 --- a/includes/SES_Special.php +++ b/includes/SES_Special.php @@ -10,7 +10,7 @@ * @ingroup SemanticSignup * * @author Serhii Kutnii - * @author Jeroen De Dauw < [email protected] > + * @author Jeroen De Dauw <[email protected]> */ class SemanticSignup extends SpecialPage { -- To view, visit https://gerrit.wikimedia.org/r/145782 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife66ccf5fca5d1ac783828e6b93daa12fd6a64b5 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/SemanticSignup Gerrit-Branch: master Gerrit-Owner: Withoutaname <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Nischayn22 <[email protected]> Gerrit-Reviewer: Yaron Koren <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
