mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Add tests and documentation for the annotation border style class
This patch adds: - Unit tests for the annotation border style class - Regression test (self-made) for the annotation border style class - Documentation generation using JSDoc
This commit is contained in:
parent
9550c00184
commit
6007a57291
6 changed files with 94 additions and 1 deletions
3
make.js
3
make.js
|
@ -199,7 +199,8 @@ target.jsdoc = function() {
|
|||
var JSDOC_FILES = [
|
||||
'src/doc_helper.js',
|
||||
'src/display/api.js',
|
||||
'src/shared/util.js'
|
||||
'src/shared/util.js',
|
||||
'src/core/annotation.js'
|
||||
];
|
||||
|
||||
if (test('-d', JSDOC_DIR)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue