From: Ævar Arnfjörð Bjarmason Date: Thu, 7 Apr 2005 23:08:46 +0000 (+0000) Subject: * Please document new (and old) functions X-Git-Tag: 1.5.0alpha1~347 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b67c677de1d0451dc7f9aace0227f74b0b4101d4;p=lhc%2Fweb%2Fwiklou.git * Please document new (and old) functions --- 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 ''; }