From ef9534313eeaf096c647fb5bebfaf7248d44cd73 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 15 Jul 2012 22:32:48 +0200 Subject: [PATCH] prevents some doxygen warnings This patch fix misc issues reported by doxygen. Nothing fancy. Change-Id: I98edc8c877019f1dc4a82a37bca518df2eb904fc --- includes/CacheHelper.php | 6 ++++-- includes/GlobalFunctions.php | 2 +- includes/HTMLForm.php | 4 ++-- includes/SkinTemplate.php | 18 ++++++++++++------ includes/cache/ProcessCacheLRU.php | 2 +- includes/installer/Installer.php | 2 +- includes/search/SearchOracle.php | 2 +- includes/specials/SpecialProtectedpages.php | 2 +- 8 files changed, 23 insertions(+), 15 deletions(-) diff --git a/includes/CacheHelper.php b/includes/CacheHelper.php index 5209857e4b..8199cb4a4b 100644 --- a/includes/CacheHelper.php +++ b/includes/CacheHelper.php @@ -73,7 +73,8 @@ interface ICacheHelper { function saveCache(); /** - * Sets the time to live for the cache, in seconds or a unix timestamp indicating the point of expiry.. + * Sets the time to live for the cache, in seconds or a unix timestamp + * indicating the point of expiry... * * @since 1.20 * @@ -319,7 +320,8 @@ class CacheHelper implements ICacheHelper { } /** - * Sets the time to live for the cache, in seconds or a unix timestamp indicating the point of expiry.. + * Sets the time to live for the cache, in seconds or a unix timestamp + * indicating the point of expiry... * * @since 1.20 * diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f9ab140a17..845a144ddb 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3207,7 +3207,7 @@ function wfUseMW( $req_ver ) { * http://bugs.php.net/bug.php?id=33898 * * PHP's basename() only considers '\' a pathchar on Windows and Netware. - * We'll consider it so always, as we don't want \s in our Unix paths either. + * We'll consider it so always, as we don't want '\s' in our Unix paths either. * * @param $path String * @param $suffix String: to remove if present diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index 9ced19e993..38b15b9e47 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -688,7 +688,7 @@ class HTMLForm extends ContextSource { /** * Format a stack of error messages into a single HTML string * @param $errors Array of message keys/values - * @return String HTML, a