Add phpdoc package header to some files.

This commit is contained in:
Michal Čihař
2008-11-24 09:14:31 +00:00
parent bf0f94a626
commit 5d010348da
19 changed files with 170 additions and 148 deletions

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to run config authentication (ie no authentication). * Set of functions used to run config authentication (ie no authentication).
* *
* @package phpMyAdmin-Auth-Config
* @version $Id$ * @version $Id$
*/ */

View File

@@ -5,6 +5,7 @@
* Thanks to Piotr Roszatycki <d3xter at users.sourceforge.net> and * Thanks to Piotr Roszatycki <d3xter at users.sourceforge.net> and
* Dan Wilson who built this patch for the Debian package. * Dan Wilson who built this patch for the Debian package.
* *
* @package phpMyAdmin-Auth-Cookie
* @version $Id$ * @version $Id$
*/ */

View File

@@ -4,6 +4,7 @@
* Set of functions used to run http authentication. * Set of functions used to run http authentication.
* NOTE: Requires PHP loaded as a Apache module. * NOTE: Requires PHP loaded as a Apache module.
* *
* @package phpMyAdmin-Auth-HTTP
* @version $Id$ * @version $Id$
*/ */

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to run single signon authentication. * Set of functions used to run single signon authentication.
* *
* @package phpMyAdmin-Auth-Signon
* @version $Id$ * @version $Id$
*/ */

View File

@@ -1,4 +1,7 @@
<?php <?php
/**
* @package Swekey
*/
function Swekey_auth_check() function Swekey_auth_check()
{ {

View File

@@ -11,6 +11,7 @@
* Support for custom servers * Support for custom servers
* 1.0 First release * 1.0 First release
* *
* @package Swekey
*/ */

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build NHibernate dumps of tables * Set of functions used to build NHibernate dumps of tables
* *
* @package phpMyAdmin-Export-Codegen
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -1,6 +1,7 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* @package phpMyAdmin-Export-CSV
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build CSV dumps of tables * Set of functions used to build CSV dumps of tables
* *
* @package phpMyAdmin-Export-CSV
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build CSV dumps of tables * Set of functions used to build CSV dumps of tables
* *
* @package phpMyAdmin-Export-HTMLExcel
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build CSV dumps of tables * Set of functions used to build CSV dumps of tables
* *
* @package phpMyAdmin-Export-HTMLWord
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build dumps of tables * Set of functions used to build dumps of tables
* *
* @package phpMyAdmin-Export-Latex
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -1,8 +1,9 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Set of functions used to build CSV dumps of tables * Set of functions used to build OpenDocument Spreadsheet dumps of tables
* *
* @package phpMyAdmin-Export-ODS
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -1,8 +1,9 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Set of functions used to build CSV dumps of tables * Set of functions used to build OpenDocument Text dumps of tables
* *
* @package phpMyAdmin-Export-ODT
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Produce a PDF report (export) from a query * Produce a PDF report (export) from a query
* *
* @package phpMyAdmin-Export-PDF
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -3,6 +3,7 @@
/** /**
* Set of functions used to build SQL dumps of tables * Set of functions used to build SQL dumps of tables
* *
* @package phpMyAdmin-Export-SQL
* @version $Id$ * @version $Id$
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {

View File

@@ -1,7 +1,9 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Sample export to Texy! text. * Export to Texy! text.
*
* @package phpMyAdmin-Export-Texy
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* Set of functions used to build XLS dumps of tables * Set of functions used to build XLS dumps of tables
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Export-XLS
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;

View File

@@ -4,6 +4,7 @@
* Set of functions used to build YAML dumps of tables * Set of functions used to build YAML dumps of tables
* *
* @version $Id$ * @version $Id$
* @package phpMyAdmin-Export-YAML
*/ */
if (! defined('PHPMYADMIN')) { if (! defined('PHPMYADMIN')) {
exit; exit;