Index: trunk/phase3/maintenance/namespaceDupes.php |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | | - * @fixme: do this for reals |
| 137 | + * @todo: do this for reals |
138 | 138 | */ |
139 | 139 | function checkPrefix( $key, $prefix, $fix, $suffix = '' ) { |
140 | 140 | echo "Checking prefix \"$prefix\" vs namespace $key\n"; |
Index: trunk/phase3/maintenance/sql.php |
— | — | @@ -3,6 +3,8 @@ |
4 | 4 | /** |
5 | 5 | * Send SQL queries from the specified file to the database, performing |
6 | 6 | * variable replacement along the way. |
| 7 | + * |
| 8 | + * @addtogroup Database |
7 | 9 | */ |
8 | 10 | |
9 | 11 | require_once( dirname(__FILE__) . '/' . 'commandLine.inc' ); |
Index: trunk/phase3/maintenance/showStats.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @author Brion Vibber |
11 | 11 | * @author Rob Church <robchur@gmail.com> |
12 | 12 | * |
13 | | - * @licence GNU General Public License 2.0 or later |
| 13 | + * @license GNU General Public License 2.0 or later |
14 | 14 | */ |
15 | 15 | |
16 | 16 | require_once( 'commandLine.inc' ); |
Index: trunk/phase3/skins/disabled/HTMLDump.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | * class, and a wrapper for MediaWiki's localization database, and |
103 | 103 | * outputs a formatted page. |
104 | 104 | * |
105 | | - * @access private |
| 105 | + * @private |
106 | 106 | */ |
107 | 107 | function execute() { |
108 | 108 | wfSuppressWarnings(); |
Index: trunk/phase3/includes/User.php |
— | — | @@ -1365,7 +1365,8 @@ |
1366 | 1366 | |
1367 | 1367 | /** |
1368 | 1368 | * Encrypt a password. |
1369 | | - * It can eventuall salt a password @see User::addSalt() |
| 1369 | + * It can eventually salt a password. |
| 1370 | + * @see User::addSalt() |
1370 | 1371 | * @param string $p clear Password. |
1371 | 1372 | * @return string Encrypted password. |
1372 | 1373 | */ |
Index: trunk/phase3/includes/Database.php |
— | — | @@ -1603,7 +1603,7 @@ |
1604 | 1604 | * This is handy when you need to construct SQL for joins |
1605 | 1605 | * |
1606 | 1606 | * Example: |
1607 | | - * list( $user, $watchlist ) = $dbr->tableNames('user','watchlist'); |
| 1607 | + * list( $user, $watchlist ) = $dbr->tableNamesN('user','watchlist'); |
1608 | 1608 | * $sql = "SELECT wl_namespace,wl_title FROM $watchlist,$user |
1609 | 1609 | * WHERE wl_user=user_id AND wl_user=$nameWithQuotes"; |
1610 | 1610 | */ |
Index: trunk/phase3/thumb.php |
— | — | @@ -2,6 +2,8 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * PHP script to stream out an image thumbnail. |
| 6 | + * |
| 7 | + * @addtogroup Media |
6 | 8 | */ |
7 | 9 | define( 'MW_NO_OUTPUT_COMPRESSION', 1 ); |
8 | 10 | require_once( './includes/WebStart.php' ); |
Index: trunk/phase3/languages/messages/MessagesNn.php |
— | — | @@ -6,8 +6,8 @@ |
7 | 7 | * |
8 | 8 | * @author Olve Utne |
9 | 9 | * @author Guttorm Flatabø |
10 | | - * @link http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history |
11 | | - * @link http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history |
| 10 | + * @see http://meta.wikimedia.org/w/index.php?title=LanguageNn.php&action=history |
| 11 | + * @see http://nn.wikipedia.org/w/index.php?title=Brukar:Dittaeva/LanguageNn.php&action=history |
12 | 12 | * |
13 | 13 | * @addtogroup Language |
14 | 14 | */ |