converts '@fixme' to '@todo FIXME'
authorAntoine Musso <hashar@free.fr>
Tue, 10 Jul 2012 15:16:46 +0000 (17:16 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 10 Jul 2012 15:16:46 +0000 (17:16 +0200)
commit12e608e3d5f5dc7ab7041939ec918091d7f41fa8
treec9dfc39069ef5af43e0b2d4816f3c0ee1c04d061
parentd5737f8f17414320ed2332a6c2af59cca3d31d04
converts '@fixme' to '@todo FIXME'

@fixme is simply not recognized by doxygen whereas @todo is used to
generate a nice ... todo list!!

Change-Id: If956c0a164373126ce48b791d45c56962034eecd
12 files changed:
includes/Cookie.php
includes/HttpFunctions.php
includes/Preferences.php
includes/Skin.php
includes/logging/LogEventsList.php
includes/media/Bitmap.php
includes/media/ExifBitmap.php
languages/Language.php
maintenance/jsparse.php
maintenance/rebuildImages.php
tests/phpunit/includes/WikiPageTest.php
tests/phpunit/includes/parser/NewParserTest.php