Initial doxygen setup

This commit is contained in:
Stephen Paul Weber 2014-06-28 14:26:12 -05:00
parent 0262b038f1
commit d6568d4925
3 changed files with 1892 additions and 5 deletions

1890
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
* @version 0.0.1 * @version 0.0.1
* @author Arto Bendiken <arto.bendiken@gmail.com> * @author Arto Bendiken <arto.bendiken@gmail.com>
* @author Stephen Paul Weber <singpolyma@singpolyma.net> * @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 * Recurses into CompressedDataPacket
* *
* <http://tools.ietf.org/html/rfc4880#section-11> * @see http://tools.ietf.org/html/rfc4880#section-11
*/ */
function signatures() { function signatures() {
$msg = $this; $msg = $this;

View File

@ -4,9 +4,6 @@
* OpenPGP_Crypt_RSA.php is a wrapper for using the classes from OpenPGP.php with Crypt_RSA * OpenPGP_Crypt_RSA.php is a wrapper for using the classes from OpenPGP.php with Crypt_RSA
* *
* @package OpenPGP * @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/ // From http://phpseclib.sourceforge.net/