Fixed some doxygen warnings
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 8 Nov 2010 10:19:28 +0000 (10:19 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 8 Nov 2010 10:19:28 +0000 (10:19 +0000)
includes/resourceloader/ResourceLoaderFileModule.php

index c03391c..8413601 100644 (file)
@@ -367,6 +367,8 @@ class ResourceLoaderFileModule extends ResourceLoaderModule {
         * 
         * @param $list Array: List of file paths in any combination of index/path 
         *     or path/options pairs
+        * @param $option String: option name
+        * @param $default Mixed: default value if the option isn't set
         * @return Array: List of file paths, collated by $option
         */
        protected static function collateFilePathListByOption( array $list, $option, $default ) {