From b67c677de1d0451dc7f9aace0227f74b0b4101d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 7 Apr 2005 23:08:46 +0000 Subject: [PATCH] * Please document new (and old) functions --- languages/Language.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index e26b90c37f..9ad27d39ee 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2505,10 +2505,13 @@ class Language { return $this; } - /* for languages that support multiple variants, the title of an - article may be displayed differently in different variants. this - function returns the apporiate title defined in the body of the article. - */ + /** + * for languages that support multiple variants, the title of an + * article may be displayed differently in different variants. this + * function returns the apporiate title defined in the body of the article. + * + * @return string + */ function getParsedTitle() { return ''; } -- 2.20.1