Adding @package, third part.

This commit is contained in:
Michal Čihař
2008-11-24 11:22:44 +00:00
parent 2f457eebbd
commit 84ae0420fe
27 changed files with 85 additions and 56 deletions

View File

@@ -4,6 +4,7 @@
* hold PMA_Theme class
*
* @version $Id$
* @package phpMyAdmin
*/
/**
@@ -14,6 +15,7 @@
* @todo make css optionally replacing 'parent' css or extending it (by appending at the end)
* @todo add an optional global css file - which will be used for both frames
*
* @package phpMyAdmin
*/
class PMA_Theme {
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**
@@ -12,6 +13,7 @@ require_once './libraries/Theme.class.php';
/**
*
* @package phpMyAdmin
*/
class PMA_Theme_Manager
{

View File

@@ -7,6 +7,7 @@
* @todo this should be recoded as functions, to avoid messing with global variables
*
* @version $Id$
* @package phpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;

View File

@@ -4,6 +4,7 @@
* Set of functions used with the relation and pdf feature
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -4,6 +4,7 @@
* URL/hidden inputs generating.
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -7,6 +7,7 @@
* form and handles this form data
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -6,6 +6,7 @@
* register_globals_save (mark this file save for disabling register globals)
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -32,6 +32,7 @@
* @uses sprintf()
* @uses htmlspecialchars()
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -4,6 +4,7 @@
* Displays index edit/creation form and handles it
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -11,6 +11,7 @@
* @todo add an link to create an index required for constraints, or an option to do automatically
* @todo if above todos are fullfilled we can add all fields meet requirements in the select dropdown
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -36,6 +36,7 @@
* @uses $GLOBALS['goto']
* @uses $GLOBALS['sql_query']
* @uses PMA_File::getRecentBLOBReference()
* @package phpMyAdmin
*/
/**

View File

@@ -4,6 +4,7 @@
* handle row specifc actions like edit, delete, export
*
* @version $Id$
* @package phpMyAdmin
*/

View File

@@ -8,6 +8,7 @@
*
* @todo display search form again if no results from previous search
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -4,6 +4,7 @@
* Displays table structure infos like fields/columns, indexes, size, rows
* and allows manipulation of indexes and columns/fields
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -3,6 +3,7 @@
/**
*
* @version $Id$
* @package phpMyAdmin
*/
/**

View File

@@ -26,6 +26,7 @@
* @uses PMA_showMessage()
* @uses define()
* @version $Id$
* @package phpMyAdmin
*/
/**