Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2006-09-21 18:28:46 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2006-09-21 18:28:46 +0400
commit1eadc0a41a8173e019ff92f3ed41ab0ca7dc3025 (patch)
treef4fbd7f212c4be189a801438bbf3dd3b01d01764 /pdf_schema.php
parentca44c117a29e60bbe7c33220e2f9a7b484b8d62a (diff)
use @todo tag for todo items, to show up in generated documentation
Diffstat (limited to 'pdf_schema.php')
-rw-r--r--pdf_schema.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf_schema.php b/pdf_schema.php
index 047d47d8a9..557eda41c0 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -1265,7 +1265,9 @@ function PMA_RT_DOC($alltables)
$comments_width = 67;
} else {
// this is really intended for 'letter'
- // TODO: find optimal width for all formats
+ /**
+ * @todo find optimal width for all formats
+ */
$comments_width = 50;
}
$pdf->Cell($comments_width, 8, ucfirst($GLOBALS['strComments']), 1, 0, 'C');