use @todo tag for todo items, to show up in generated documentation

This commit is contained in:
Sebastian Mendel
2006-09-21 14:28:46 +00:00
parent ca44c117a2
commit 1eadc0a41a
31 changed files with 1019 additions and 903 deletions

View File

@@ -276,8 +276,9 @@ if ($total_affected_rows != 0) {
$message .= $last_message;
if (!empty($warning_message)) {
// TODO: use a <div class="warning"> in PMA_showMessage()
// for this part of the message
/**
* @todo use a <div class="warning"> in PMA_showMessage() for this part of the message
*/
$message .= '[br]' . $warning_message;
}