mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue