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:
Tim van der Meij 2019-10-12 18:37:55 +02:00
parent 9f4d45ddf4
commit 92155f6a5f
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -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 () {