From 5a37c0135020675be31bbef1ea8fcb272f1009d5 Mon Sep 17 00:00:00 2001 From: Alexander Willner Date: Fri, 16 Dec 2011 18:12:39 +0100 Subject: [PATCH] updated documentation --- src/encoding/openpgp.encoding.asciiarmor.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/encoding/openpgp.encoding.asciiarmor.js b/src/encoding/openpgp.encoding.asciiarmor.js index 01c83d46..a290ac16 100644 --- a/src/encoding/openpgp.encoding.asciiarmor.js +++ b/src/encoding/openpgp.encoding.asciiarmor.js @@ -98,10 +98,11 @@ function getPGPMessageType(text) { } /** - * Add additional information to the armor version of an OpenPGP binary packet block - * @param messagetype type of the message - * @param data - * @return + * Add additional information to the armor version of an OpenPGP binary + * packet block. + * @author Alex + * @version 2011-12-16 + * @return The header information */ function openpgp_encoding_armor_addheader() { var result = "";