From 079d9ae83c5e5f7568dbcd267411dca5ccef4905 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 13 Aug 2014 21:26:20 +0200 Subject: [PATCH] Use /** for doc comments /* is only a comment, which is not used when build the documentation Change-Id: Id5f917928e3a253a90fd17b0d7aad7340f9393f5 --- includes/db/DatabasePostgres.php | 2 +- includes/media/Exif.php | 2 +- includes/media/MediaHandler.php | 2 +- includes/skins/Skin.php | 2 +- includes/specials/SpecialUserlogin.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index f5fdca1fb9..8642d1be72 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1154,7 +1154,7 @@ __INDEXATTR__; return wfTimestamp( TS_POSTGRES, $ts ); } - /* + /** * Posted by cc[plus]php[at]c2se[dot]com on 25-Mar-2009 09:12 * to http://www.php.net/manual/en/ref.pgsql.php * diff --git a/includes/media/Exif.php b/includes/media/Exif.php index d285c0cda8..818bb25438 100644 --- a/includes/media/Exif.php +++ b/includes/media/Exif.php @@ -586,7 +586,7 @@ class Exif { return 2; // We don't need no bloddy constants! } - /**#@+ + /** * Validates if a tag value is of the type it should be according to the Exif spec * * @param mixed $in The input value to check diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index 969bb7218d..13c2a912d7 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -743,7 +743,7 @@ abstract class MediaHandler { // Do nothing } - /* + /** * True if the handler can rotate the media * @since 1.21 * @return bool diff --git a/includes/skins/Skin.php b/includes/skins/Skin.php index d44b17dfac..3750bad979 100644 --- a/includes/skins/Skin.php +++ b/includes/skins/Skin.php @@ -415,7 +415,7 @@ abstract class Skin extends ContextSource { return "$numeric $type $name"; } - /* + /** * Return values for element * @return array of associative name-to-value elements for element */ diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index bd7457ee17..997d9837f4 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -220,7 +220,7 @@ class LoginForm extends SpecialPage { } } - /* + /** * @param string|null $subPage */ public function execute( $subPage ) { -- 2.20.1