mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
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
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue