From 92155f6a5f5f31642fe5ba56963d78a4df955120 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 12 Oct 2019 18:37:55 +0200 Subject: [PATCH] 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. --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 143640f9e..df71613f5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 () {