You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JSDoc 3.3.0, you can use the --package/-P and --readme/-R command-line flags to specify the package and README files. If you omit these flags, JSDoc will look for files named package.json and README.md, respectively, and use those files if it finds them. This behavior is consistent with previous versions. (See jsdoc/jsdoc#708 for more info.)