Skip to content

Commit

Permalink
Bundle all API documentation in a module
Browse files Browse the repository at this point in the history
This commit allows JSDoc to generate all API documentation in the
`pdfjsLib` module (namespace) so the documentation becomes easier to
navigate.
  • Loading branch information
timvandermeij committed Oct 13, 2019
1 parent b6b3180 commit 243bf5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/display/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 243bf5d

Please sign in to comment.