Bundle all API documentation in a module

This commit allows JSDoc to generate all API documentation in the
`pdfjsLib` module (namespace) so the documentation becomes easier to
navigate.
This commit is contained in:
Tim van der Meij 2019-10-12 18:33:49 +02:00
parent 92155f6a5f
commit ec6a99d781
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -15,6 +15,10 @@
/* globals requirejs, __non_webpack_require__ */
/* eslint no-var: error */
/**
* @module pdfjsLib
*/
import {
AbortException, assert, createPromiseCapability, getVerbosityLevel, info,
InvalidPDFException, isArrayBuffer, isSameOrigin, MissingPDFException,