* Please document new (and old) functions
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 7 Apr 2005 23:08:46 +0000 (23:08 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 7 Apr 2005 23:08:46 +0000 (23:08 +0000)
languages/Language.php

index e26b90c..9ad27d3 100644 (file)
@@ -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 '';
        }