mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Fix a couple of JSDoc @typedef
s to use @property
(instead of @param
) to fix some missing documentation when running gulp jsdoc
This commit is contained in:
parent
6678da379b
commit
2ce9da9b7a
2 changed files with 11 additions and 12 deletions
|
@ -552,10 +552,10 @@ var PDFViewer = (function pdfViewer() {
|
|||
|
||||
/**
|
||||
* @typedef ScrollPageIntoViewParameters
|
||||
* @param {number} pageNumber - The page number.
|
||||
* @param {Array} destArray - (optional) The original PDF destination array,
|
||||
* in the format: <page-ref> </XYZ|/FitXXX> <args..>
|
||||
* @param {boolean} allowNegativeOffset - (optional) Allow negative page
|
||||
* @property {number} pageNumber - The page number.
|
||||
* @property {Array} destArray - (optional) The original PDF destination
|
||||
* array, in the format: <page-ref> </XYZ|/FitXXX> <args..>
|
||||
* @property {boolean} allowNegativeOffset - (optional) Allow negative page
|
||||
* offsets. The default value is `false`.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue