More phpdoc cleanup

This commit is contained in:
Synchro 2013-07-30 12:42:50 +02:00
parent 6720e98e10
commit b9e61c6e09
4 changed files with 11 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<?php
/**
* PHPMailer - PHP email creation and transport class
* PHPMailer SPL autoloader.
* PHP Version 5.0.0
* @package PHPMailer
* @link https://github.com/PHPMailer/PHPMailer/
* @author Marcus Bointon (coolbru) phpmailer@synchromedia.co.uk
* @author Jim Jagielski (jimjag) jimjag@gmail.com
* @author Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net
* @author Marcus Bointon (coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
* @author Brent R. Matzelle (original founder)
* @copyright 2013 Marcus Bointon
* @copyright 2010 - 2012 Jim Jagielski
@ -18,8 +18,8 @@
*/
/**
* Define an SPL autoloader for PHPMailer classes
* @param string The name of the class to load
* PHPMailer SPL autoloader.
* @param string $classname The name of the class to load
*/
function PHPMailerAutoload($classname)
{

View File

@ -3222,7 +3222,7 @@ class PHPMailer
}
/**
* Exception handler for PHPMailer
* PHPMailer exception handler
* @package PHPMailer
*/
class phpmailerException extends Exception

View File

@ -1,6 +1,6 @@
<?php
/**
* PHPMailer - PHP POP-Before-SMTP Authentication Class
* PHPMailer POP-Before-SMTP Authentication Class.
* PHP Version 5.0.0
* Version 5.2.7
* @package PHPMailer
@ -19,7 +19,7 @@
*/
/**
* PHP POP-Before-SMTP Authentication Class.
* PHPMailer POP-Before-SMTP Authentication Class.
* Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication.
* Does not support APOP.
* @package PHPMailer

View File

@ -1,6 +1,6 @@
<?php
/**
* SMTP email transport class.
* PHPMailer RFC821 SMTP email transport class.
* Version 5.2.7
* PHP version 5.0.0
* @category PHP
@ -16,7 +16,7 @@
*/
/**
* PHP RFC821 SMTP email transport class.
* PHPMailer RFC821 SMTP email transport class.
*
* Implements RFC 821 SMTP commands
* and provides some utility methods for sending mail to an SMTP server.