Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -102,8 +102,9 @@ |
103 | 103 | * to $IP |
104 | 104 | * @param $remoteBasePath String: Base path to prepend to all remote paths in $options. Defaults |
105 | 105 | * to $wgScriptPath |
106 | | - * |
107 | | - * @example $options |
| 106 | + * |
| 107 | + * Below is a description for the $options array: |
| 108 | + * @code |
108 | 109 | * array( |
109 | 110 | * // Base path to prepend to all local paths in $options. Defaults to $IP |
110 | 111 | * 'localBasePath' => [base path], |
— | — | @@ -138,6 +139,7 @@ |
139 | 140 | * // Group which this module should be loaded together with |
140 | 141 | * 'group' => [group name string], |
141 | 142 | * ) |
| 143 | + * @endcode |
142 | 144 | */ |
143 | 145 | public function __construct( $options = array(), $localBasePath = null, |
144 | 146 | $remoteBasePath = null ) |