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:
parent
92155f6a5f
commit
ec6a99d781
@ -15,6 +15,10 @@
|
|||||||
/* globals requirejs, __non_webpack_require__ */
|
/* globals requirejs, __non_webpack_require__ */
|
||||||
/* eslint no-var: error */
|
/* eslint no-var: error */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @module pdfjsLib
|
||||||
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AbortException, assert, createPromiseCapability, getVerbosityLevel, info,
|
AbortException, assert, createPromiseCapability, getVerbosityLevel, info,
|
||||||
InvalidPDFException, isArrayBuffer, isSameOrigin, MissingPDFException,
|
InvalidPDFException, isArrayBuffer, isSameOrigin, MissingPDFException,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user