Add jsdoc annotations to openpgp.js

This commit is contained in:
Tankred Hase 2016-02-13 16:54:43 +07:00
parent 68abf04bce
commit e4b2b8208e

View File

@ -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