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:
commit
57abddc9ca
@ -950,7 +950,6 @@ gulp.task('jsdoc', function (done) {
|
|||||||
'src/doc_helper.js',
|
'src/doc_helper.js',
|
||||||
'src/display/api.js',
|
'src/display/api.js',
|
||||||
'src/shared/util.js',
|
'src/shared/util.js',
|
||||||
'src/core/annotation.js'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
rimraf(JSDOC_BUILD_DIR, function () {
|
rimraf(JSDOC_BUILD_DIR, function () {
|
||||||
|
@ -811,7 +811,7 @@ class PDFDocumentProxy {
|
|||||||
*
|
*
|
||||||
* @typedef {Object} TextContent
|
* @typedef {Object} TextContent
|
||||||
* @property {array} items - array of {@link TextItem}
|
* @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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user