mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Don't include src/shared/util.js
for the API documentation
This file only contains helper functions and should not be listed in the documentation since they are not part of the public API.
This commit is contained in:
parent
9f4d45ddf4
commit
92155f6a5f
1 changed files with 0 additions and 1 deletions
|
@ -959,7 +959,6 @@ gulp.task('jsdoc', function (done) {
|
|||
var JSDOC_FILES = [
|
||||
'src/doc_helper.js',
|
||||
'src/display/api.js',
|
||||
'src/shared/util.js',
|
||||
];
|
||||
|
||||
rimraf(JSDOC_BUILD_DIR, function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue