Fix doxygen docs before REL1_19 branching
[lhc/web/wiklou.git] / includes / Linker.php
index ab921d7..a0da2af 100644 (file)
@@ -241,6 +241,8 @@ class Linker {
         * Returns the Url used to link to a Title
         *
         * @param $target Title
+        * @param $query Array: query parameters
+        * @param $options Array
         */
        private static function linkUrl( $target, $query, $options ) {
                wfProfileIn( __METHOD__ );