mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Uses @alias to fix missing comments on JSDocs pages
This commit is contained in:
parent
9e66625092
commit
dbcb46c8de
2 changed files with 10 additions and 8 deletions
|
@ -24,10 +24,11 @@
|
|||
var DEFAULT_ICON_SIZE = 22; // px
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @class
|
||||
* @alias AnnotationFactory
|
||||
*/
|
||||
function AnnotationFactory() {}
|
||||
AnnotationFactory.prototype = {
|
||||
AnnotationFactory.prototype = /** @lends AnnotationFactory.prototype */ {
|
||||
/**
|
||||
* @param {XRef} xref
|
||||
* @param {Object} ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue