mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #6599 from prometheansacrifice/generate-better-api-docs
Generate better API documentation
This commit is contained in:
commit
7381ff9523
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