Index: trunk/phase3/includes/LinksUpdate.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | /**@{{ |
11 | 11 | * @private |
12 | 12 | */ |
13 | | - var $mId, //!< Page ID of the article linked from |
| 13 | + var $mId, //!< Page ID of the article linked from |
14 | 14 | $mTitle, //!< Title object of the article linked from |
15 | 15 | $mLinks, //!< Map of title strings to IDs for the links in the document |
16 | 16 | $mImages, //!< DB keys of the images used, in the array key only |
— | — | @@ -24,10 +24,10 @@ |
25 | 25 | |
26 | 26 | /** |
27 | 27 | * Constructor |
28 | | - * Initialize private variables |
29 | | - * @param $title Integer: FIXME |
30 | | - * @param $parserOutput FIXME |
31 | | - * @param $recursive Boolean: FIXME, default 'true'. |
| 28 | + * |
| 29 | + * @param Title $title Title of the page we're updating |
| 30 | + * @param ParserOutput $parserOutput Output from a full parse of this page |
| 31 | + * @param bool $recursive Queue jobs for recursive updates? |
32 | 32 | */ |
33 | 33 | function LinksUpdate( $title, $parserOutput, $recursive = true ) { |
34 | 34 | global $wgAntiLockFlags; |