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
Copy file name to clipboardExpand all lines: docs/API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Returns raw data direct from the underlying [jsdoc3](https://github.com/jsdoc3/j
84
84
|[options.no-cache]| <code>boolean</code> | By default results are cached to speed up repeat invocations. Set to true to disable this. |
85
85
|[options.files]| <code>string</code> \| <code>Array.<string></code> | One or more filenames to process. Accepts globs (e.g. `*.js`). Either `files`, `source` or `data` must be supplied. |
86
86
|[options.source]| <code>string</code> | A string containing source code to process. Either `files`, `source` or `data` must be supplied. |
87
-
|[options.configure]| <code>string</code> | The path to the [jsdoc configuration file](http://usejsdoc.org/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |
87
+
|[options.configure]| <code>string</code> | The path to the [jsdoc configuration file](https://jsdoc.app/about-configuring-jsdoc.html). Default: path/to/jsdoc/conf.json. |
0 commit comments