From e4b2b8208efbc8abaf0af251b844d7d3925a18e8 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sat, 13 Feb 2016 16:54:43 +0700 Subject: [PATCH] Add jsdoc annotations to openpgp.js --- src/openpgp.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/openpgp.js b/src/openpgp.js index 56457203..0cf3f403 100644 --- a/src/openpgp.js +++ b/src/openpgp.js @@ -15,6 +15,15 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +/** + * @requires message + * @requires cleartext + * @requires key + * @requires config + * @requires util + * @module openpgp + */ + /** * @fileoverview The openpgp base module should provide all of the functionality * to consume the openpgp.js library. All additional classes are documented