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

View File

@@ -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;