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).
*
* @package phpMyAdmin-Auth-Config
* @version $Id$
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,9 @@
<?php
/* 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$
*/
if (! defined('PHPMYADMIN')) {

View File

@@ -1,8 +1,9 @@
<?php
/* 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$
*/
if (! defined('PHPMYADMIN')) {

View File

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

View File

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

View File

@@ -1,7 +1,9 @@
<?php
/* 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')) {
exit;

View File

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

View File

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