Skip to content

Commit

Permalink
Merge pull request #10713 from Snuffleupagus/rm-JSDoc-annotation
Browse files Browse the repository at this point in the history
Remove `src/core/annotation.js` from the `gulp jsdoc` build target
  • Loading branch information
timvandermeij committed Apr 4, 2019
2 parents 072c586 + f666395 commit 57abddc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down
2 changes: 1 addition & 1 deletion src/display/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

/**
Expand Down

0 comments on commit 57abddc

Please sign in to comment.