From: Alexandre Emsenhuber Date: Fri, 19 Nov 2010 11:49:47 +0000 (+0000) Subject: @fixme command doesn't exist in doxygen X-Git-Tag: 1.31.0-rc.0~33811 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=2bdeabdcc34ec63f2f025cfc747b81672f3e6420;p=lhc%2Fweb%2Fwiklou.git @fixme command doesn't exist in doxygen --- diff --git a/includes/db/Database.php b/includes/db/Database.php index e6a461d73d..9b80334aba 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -44,7 +44,7 @@ interface DatabaseType { /** * The DBMS-dependent part of query() - * @todo @fixme Make this private someday + * @todo Fixme: Make this private someday * * @param $sql String: SQL query. * @return Result object to feed to fetchObject, fetchRow, ...; or false on failure diff --git a/maintenance/tests/testHelpers.inc b/maintenance/tests/testHelpers.inc index 0fb4f7dd8b..94ca6abcbc 100644 --- a/maintenance/tests/testHelpers.inc +++ b/maintenance/tests/testHelpers.inc @@ -6,7 +6,7 @@ * Set of classes to help with test output and such. Right now pretty specific * to the parser tests but could be more useful one day :) * - * @todo @fixme Make this more generic + * @todo Fixme: Make this more generic */ class AnsiTermColorer {