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:
authorMichal Čihař <mcihar@suse.cz>2012-06-07 13:36:30 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-07 13:36:30 +0400
commit2ebc3e3d94758425410f0abd0c86f281d77c2118 (patch)
treeac162c5e4ae0860e23ec00f15826993f1d061881 /libraries
parent1848ed2f140db6a933115953c9577185f40d4bcb (diff)
Add @package to class docs
Diffstat (limited to 'libraries')
-rw-r--r--libraries/schema/Pdf_Relation_Schema.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php
index 4c14e445e9..4aaa43a9c8 100644
--- a/libraries/schema/Pdf_Relation_Schema.class.php
+++ b/libraries/schema/Pdf_Relation_Schema.class.php
@@ -17,6 +17,7 @@ require_once './libraries/PDF.class.php';
* in developing the structure of PDF Schema Export
*
* @access public
+ * @package PhpMyAdmin
* @see TCPDF
*/
class PMA_Schema_PDF extends PMA_PDF
@@ -610,6 +611,7 @@ class Table_Stats
* in PDF document.
*
* @name Relation_Stats
+ * @package PhpMyAdmin
* @see PMA_Schema_PDF::SetDrawColor, PMA_Schema_PDF::setLineWidthScale,
* PMA_Schema_PDF::lineScale
*/
@@ -803,6 +805,7 @@ class Relation_Stats
* to this class
*
* @name Pdf_Relation_Schema
+ * @package PhpMyAdmin
*/
class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
{