From f3ae671a5782118d8dd578b090da1cf7fea2dd50 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sun, 7 Feb 2016 08:15:33 +0700 Subject: [PATCH] Fix @fileoverview comment in hkp module --- src/hkp.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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'; /**