parallax/jsPDF

General Documentation Improvements

Open

#2,931 opened on Sep 24, 2020

View on GitHub
 (3 comments) (0 reactions) (1 assignee)JavaScript (4,596 forks)batch import
difficulty:mediumhacktoberfestpersistent

Repository metrics

Stars
 (28,280 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The documentation of jsPDF is not very good. Many methods, classes, and parameters are badly documented or not at all.

  • Move all JSDoc comments to the typings file. This will improve the quality of the typings significantly, because IDEs can then display documentation inline. Change the jsdoc task so it uses the typings file instead of the source files (package.json script)
  • Review, fix, and update all documentation comments. Verify the behavior with the code. If there are questions, ask me ;)

Contributor guide