Initial doxygen setup
This commit is contained in:
parent
0262b038f1
commit
d6568d4925
@ -8,7 +8,7 @@
|
||||
* @version 0.0.1
|
||||
* @author Arto Bendiken <arto.bendiken@gmail.com>
|
||||
* @author Stephen Paul Weber <singpolyma@singpolyma.net>
|
||||
* @link http://github.com/bendiken/openpgp-php
|
||||
* @see http://github.com/bendiken/openpgp-php
|
||||
*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@ -260,7 +260,7 @@ class OpenPGP_Message implements IteratorAggregate, ArrayAccess {
|
||||
*
|
||||
* Recurses into CompressedDataPacket
|
||||
*
|
||||
* <http://tools.ietf.org/html/rfc4880#section-11>
|
||||
* @see http://tools.ietf.org/html/rfc4880#section-11
|
||||
*/
|
||||
function signatures() {
|
||||
$msg = $this;
|
||||
|
@ -4,9 +4,6 @@
|
||||
* OpenPGP_Crypt_RSA.php is a wrapper for using the classes from OpenPGP.php with Crypt_RSA
|
||||
*
|
||||
* @package OpenPGP
|
||||
* @version 0.0.1
|
||||
* @author Stephen Paul Weber <singpolyma@singpolyma.net>
|
||||
* @link http://github.com/singpolyma/openpgp-php
|
||||
*/
|
||||
|
||||
// From http://phpseclib.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user