@TODO @FIXME -> @todo so that doxygen recognise it correctly
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 21 Aug 2010 15:53:46 +0000 (15:53 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 21 Aug 2010 15:53:46 +0000 (15:53 +0000)
includes/installer/PostgresUpdater.php

index c7dd166..d9d37be 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Class for handling updates to Postgres databases.
  *
- * @TODO @FIXME - Postgres should use sequential updates like Mysql, Sqlite
+ * @todo FIXME: Postgres should use sequential updates like Mysql, Sqlite
  * and everybody else. It never got refactored like it should've. For now,
  * just wrap the old do_postgres_updates() in this class so we can clean up
  * the higher-level stuff.