diff --git a/src/hkp.js b/src/hkp.js index cc8e8b44..5c967c8d 100644 --- a/src/hkp.js +++ b/src/hkp.js @@ -15,14 +15,13 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -'use strict'; - /** - * This class implements a client for the OpenPGP HTTP Keyserver Protocol (HKP) - * in order to lookup and upload keys on standard public key servers. - * @module hkp/hkp + * @fileoverview This class implements a client for the OpenPGP HTTP Keyserver Protocol (HKP) + * in order to lookup and upload keys on standard public key servers. */ +'use strict'; + import config from './config'; /**