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