Merge pull request #10713 from Snuffleupagus/rm-JSDoc-annotation

Remove `src/core/annotation.js` from the `gulp jsdoc` build target
This commit is contained in:
Tim van der Meij 2019-04-04 23:15:02 +02:00 committed by GitHub
commit 57abddc9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -950,7 +950,6 @@ gulp.task('jsdoc', function (done) {
'src/doc_helper.js',
'src/display/api.js',
'src/shared/util.js',
'src/core/annotation.js'
];
rimraf(JSDOC_BUILD_DIR, function () {

View File

@ -811,7 +811,7 @@ class PDFDocumentProxy {
*
* @typedef {Object} TextContent
* @property {array} items - array of {@link TextItem}
* @property {Object} styles - {@link TextStyles} objects, indexed by font name.
* @property {Object} styles - {@link TextStyle} objects, indexed by font name.
*/
/**