Fix doxygen docs before REL1_19 branching
[lhc/web/wiklou.git] / languages / classes / LanguageBs.php
index 927082e..7c13037 100644 (file)
@@ -30,10 +30,16 @@ class LanguageBs extends Language {
                }
        }
 
-       # Convert from the nominative form of a noun to some other case
-       # Invoked with {{GRAMMAR:case|word}}
        /**
+        * Convert from the nominative form of a noun to some other case
+        * Invoked with {{GRAMMAR:case|word}}
+        *
         * Cases: genitiv, dativ, akuzativ, vokativ, instrumental, lokativ
+        *
+        * @param $word string
+        * @param $case string
+        *
+        * @return string
         */
        function convertGrammar( $word, $case ) {
                global $wgGrammarForms;