updated documentation

This commit is contained in:
Alexander Willner 2011-12-16 18:12:39 +01:00
parent 1ea0f6d114
commit 5a37c01350

View File

@ -98,10 +98,11 @@ function getPGPMessageType(text) {
} }
/** /**
* Add additional information to the armor version of an OpenPGP binary packet block * Add additional information to the armor version of an OpenPGP binary
* @param messagetype type of the message * packet block.
* @param data * @author Alex
* @return * @version 2011-12-16
* @return The header information
*/ */
function openpgp_encoding_armor_addheader() { function openpgp_encoding_armor_addheader() {
var result = ""; var result = "";