Skip to content

Commit

Permalink
style(index): add missing dashes to jsdoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Jul 20, 2020
1 parent 23a97df commit fd3a360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,9 +873,9 @@ class Poppler {
* @description Converts PDF to TXT.
*
* @param {object=} options - Object containing options to pass to binary.
* @param {boolean=} options.boundingBoxXhtml Generate an XHTML file containing bounding
* @param {boolean=} options.boundingBoxXhtml - Generate an XHTML file containing bounding
* box information for each word in the file.
* @param {boolean=} options.boundingBoxXhtmlLayout Generate an XHTML file containing
* @param {boolean=} options.boundingBoxXhtmlLayout - Generate an XHTML file containing
* bounding box information for each block, line, and word in the file.
* @param {number=} options.cropHeight - Specifies the height of crop area in pixels
* (image output) or points (vector output).
Expand Down

0 comments on commit fd3a360

Please sign in to comment.