Add jsdoc annotations to openpgp.js
This commit is contained in:
parent
68abf04bce
commit
e4b2b8208e
|
@ -15,6 +15,15 @@
|
||||||
// License along with this library; if not, write to the Free Software
|
// License along with this library; if not, write to the Free Software
|
||||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
// 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
|
* @fileoverview The openpgp base module should provide all of the functionality
|
||||||
* to consume the openpgp.js library. All additional classes are documented
|
* to consume the openpgp.js library. All additional classes are documented
|
||||||
|
|
Loading…
Reference in New Issue
Block a user