From 1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Wed, 5 Sep 2018 18:46:28 +0200 Subject: js: documentation cleanup -- --- lang/js/src/Keyring.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lang/js/src/Keyring.js') diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js index 0c64f337..e223284b 100644 --- a/lang/js/src/Keyring.js +++ b/lang/js/src/Keyring.js @@ -45,7 +45,7 @@ export class GPGME_Keyring { * information can be updated with the {@link Key.refresh} method. * @param {Boolean} options.search (optional) retrieve Keys from external * servers with the method(s) defined in gnupg (e.g. WKD/HKP lookup) - * @returns {Promise>} + * @returns {Promise} * @static * @async */ @@ -138,7 +138,7 @@ export class GPGME_Keyring { * search for * @param {Boolean} options.with_secret_fpr also return a list of * fingerprints for the keys that have a secret key available - * @returns {Promise} Object containing the + * @returns {Promise} Object containing the * armored Key(s) and additional information. * @static * @async @@ -175,7 +175,7 @@ export class GPGME_Keyring { * It looks up the gpg configuration if set, or the first key that * contains a secret key. * - * @returns {Promise} + * @returns {Promise} * @async * @static */ @@ -360,10 +360,10 @@ export class GPGME_Keyring { } /** - * Convenience function for deleting a Key. See {@link Key.delete} for + * Convenience function for deleting a Key. See {@link Key#delete} for * further information about the return values. * @param {String} fingerprint - * @returns {Promise} + * @returns {Promise} * @async * @static */ -- cgit v1.2.3